1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-14 02:24:04 +02:00

Minor update to CONTRIBUTING and post peek (#672)

This commit is contained in:
Thomas Bui
2021-06-13 13:45:51 -07:00
committed by GitHub
parent c6876ae907
commit 26e2c64f4f
2 changed files with 3 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ jobs:
Hi there,
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
Here is the result below (top right):
Here is the result below (top left):
{0}

View File

@@ -137,10 +137,9 @@ First of all, thanks for taking the time to contribute! This project can only gr
The <b>original</b> SVG version do not need to be simple and can contain numerous colors/gradients. However, if it's intended to be made into an icon, keep it simple.
</li>
<li>
Some icons are really simple (ex. Apple), 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 one of the version (either <b>original</b> or <b>plain</b>). You can then add an alias in the <code>devicon.json</code> so they can be found with either the <b>original</b> or <b>plain</b> naming convention.
Some icons are really simple (ex. Apple), 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 one of the version (either <b>original</b> or <b>plain</b>) and name them <b>original</b>.
<ul>
<li>This only applies to font icon versions only, not the SVG versions.</li>
<li>Aliases are no longer mandatory. If you are wondering which name to use, just pick <code>original</code></li>
<li>If you are a long time contributor: aliases are no longer mandatory. If you are wondering which name to use, just pick <code>original</code></li>
</ul>
</li>
</ul>