Skip to content

Creating Pull Request for New Icon

Alex Canales edited this page Dec 23, 2024 · 2 revisions

Follow these steps to create and submit a pull request for a new icon:

Step 1. Create the Pull Request

  • Use the GitHub Compare & Pull Request button or create the pull request manually.

image

Step 2. Change the target branch to develop instead of master

  • Ensure the target branch is set to develop.

image

Step 3. Locate the New Icon Template

  • Copy and paste the new icon template URL into the search bar.
  • Press Enter to search for the template.

image

Step 4. Update the Pull Request Title

  • Edit the title of the pull request to include:
    • The icon name.
    • The included SVG versions.
    • Example: New icon: gleam (original, plain)

image

Step 5. Fill Out the Template

  • Go through the provided pull request template and fill in the required fields.
  • Make sure to:
    • Include the pull request number of the issue being closed.

image

Step 6. Provide Additional Information

  • Add links to the sources where the SVGs were found such as the official website.
  • Include any additional comments, such as:
    • Reasons for the chosen colors.
    • Challenges or issues encountered during the process.

image

Step 7. Example Pull Request

Here is an example of what the final pull request should look like:

image

Congrats! Your pull request is ready for review.

Clone this wiki locally