You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,15 @@ First of all, thanks for taking the time to contribute! This project can only gr
52
52
<li><b>line-wordmark</b>: a one-color, line version of the original logo but with wordmark.<ahref="https://github.com/devicons/devicon/blob/master/icons/apache/apache-line-wordmark.svg"> Example </a></li>
53
53
</ul>
54
54
<p> Notes <p>
55
+
<<<<<<< HEAD
55
56
<ol>
56
57
<li>
57
58
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
58
64
</li>
59
65
<li>
60
66
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
63
69
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.
64
70
</li>
65
71
<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.
69
73
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>
75
74
</li>
76
-
</ol>
75
+
</ul>
77
76
78
77
<hr>
79
78
<h2id='svgStandards'>SVG Standards</h2>
@@ -247,8 +246,8 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
247
246
<ul>
248
247
<li>Search for other issues already requesting the icon</li>
249
248
<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>
0 commit comments