Skip to content

Commit 352bb8a

Browse files
committed
Fix an error in CONTRIBUTING.md
1 parent f59513c commit 352bb8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
2020
<p>Here is an overview of what you have to do to submit your icons to the repo.</p>
2121
<ol>
2222
<li>Create the svgs for each logo versions that you have </li>
23-
<li>Put the svgs for each logo into its own folders in <code>/fonts</code> </li>
23+
<li>Put the svgs for each logo into its own folders in <code>/icons</code> </li>
2424
<li><a href="#updateDevicon">Update the <code>devicon.json</code> to include the new icon</a> </li>
2525
<li>Create a separated pull request (PR) for each icon (no matter how many versions). </li>
2626
<li>Include the name of the icon in the pull request title. Follow this format: <code>new icon: {{logoName}} ({{versions}})</code> </li>
@@ -130,7 +130,7 @@ As an example, let's assume you have created the svgs for Amazon Web Services an
130130
<p>For the Redhat svg, you have the "original", "original-wordmark", "plain", "plain-wordmark" versions. </p>
131131
<ol>
132132
<li>
133-
Put the svgs for each logo that you have into its own folders in <code>/fonts</code>
133+
Put the svgs for each logo that you have into its own folders in <code>/icons</code>
134134
<ul>
135135
<li>This means you would create two folders: one for <code>amazonwebservices</code> and one for <code>redhat</code></li>
136136
<li><b>Note</b>: 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</li>

0 commit comments

Comments
 (0)