diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e2229b1..ddbec523 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ First of all, thanks for taking the time to contribute! This project can only gr

Here is an overview of what you have to do to submit your icons to the repo.

  1. Create the svgs for each logo versions that you have
  2. -
  3. Put the svgs for each logo into its own folders in /fonts
  4. +
  5. Put the svgs for each logo into its own folders in /icons
  6. Update the devicon.json to include the new icon
  7. Create a separated pull request (PR) for each icon (no matter how many versions).
  8. Include the name of the icon in the pull request title. Follow this format: new icon: {{logoName}} ({{versions}})
  9. @@ -130,7 +130,7 @@ As an example, let's assume you have created the svgs for Amazon Web Services an

    For the Redhat svg, you have the "original", "original-wordmark", "plain", "plain-wordmark" versions.

    1. - Put the svgs for each logo that you have into its own folders in /fonts + Put the svgs for each logo that you have into its own folders in /icons
      • This means you would create two folders: one for amazonwebservices and one for redhat
      • Note: don't do this in the same commits. We want to have each logo in its own PR so don't create these two folders in the same commit