Skip to content

Commit b2d7fc7

Browse files
committed
Updated CONTRIBUTING
1 parent c17037f commit b2d7fc7

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,15 @@ First of all, thanks for taking the time to contribute! This project can only gr
5252
<li><b>line-wordmark</b>: a one-color, line version of the original logo but with wordmark.<a href="https://github.com/devicons/devicon/blob/master/icons/apache/apache-line-wordmark.svg"> Example </a></li>
5353
</ul>
5454
<p> Notes <p>
55+
<<<<<<< HEAD
5556
<ol>
5657
<li>
5758
It is not mandatory to have 6 versions for each icon. An icon can only have one or two versions available. Just keep in mind that the minimum is 1 and the maximum 6 (for now). You must also have at least one version that can be make into an icon.
59+
=======
60+
<ul>
61+
<li>
62+
You don't need to have 6 versions for each icon. An icon can only have one or two versions available. Just keep in mind that the minimum is 1 and the maximum 6 (for now). You must also have at least one version that can be make into an icon.
63+
>>>>>>> 09c3b64... Updated CONTRIBUTING
5864
</li>
5965
<li>
6066
The <b>plain</b> and <b>line</b> versions (with or without wordmark) are designed to be available in the final icon font.
@@ -63,17 +69,10 @@ First of all, thanks for taking the time to contribute! This project can only gr
6369
The <b>original</b> version are only available in svg format, so they do not need to be as simple and can contain numerous colors.
6470
</li>
6571
<li>
66-
</li>
67-
<li>
68-
Some icons are really simple (like the Apple one), so the original version can be used as the plain version and as the icon font. In this case, you'll only need to make only one of the version (either "original" or "plain"). You can then add an alias in the <code>devicon.json</code> so they can be found with either the "original" or "plain" naming convention.
72+
Some icons are really simple (like the Apple one), so the original version can be used as the plain version and as the icon font. In this case, you'll only need to make only one of the version (either "original" or "plain"). You can then add an alias in the <code>devicon.json</code> so they can be found with either the "original" or "plain" naming convention. Note: this only applies to font icon versions only, not the SVG versions.
6973
70-
<ol>
71-
<li>
72-
This only applies to font icon versions only, not the SVG versions. SVG versions don't need aliases.
73-
</li>
74-
</ol>
7574
</li>
76-
</ol>
75+
</ul>
7776

7877
<hr>
7978
<h2 id='svgStandards'>SVG Standards</h2>
@@ -247,8 +246,8 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
247246
<ul>
248247
<li>Search for other issues already requesting the icon</li>
249248
<li>If an issue doesn't exist, create an issue naming it "Icon request: <i>name-of-the-icon</i>". </li>
250-
<li>Please create separated issues for each icon</li>
251-
<li>optional: Include links where the icon can be found</li>
249+
<li>Please create a separate issues for each icon</li>
250+
<li>Optional: include links where the icon can be found</li>
252251
</ul>
253252

254253
<hr>

0 commit comments

Comments
 (0)