1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-08 07:36:28 +02:00

add requirements for font icon and devicon.json

This commit is contained in:
Clemens Bastian
2020-06-08 23:14:31 +02:00
committed by GitHub
parent 9e2ece3686
commit c718f8f593

View File

@@ -6,6 +6,8 @@ First of all, thanks for taking the time to contribute! This project can only gr
<ul>
<li>Create a separated pull request for each icon (no matter how many variations)</li>
<li>Include the name of the icon in the pull request f.e. "new icon: html5 (original, plain, line)"</li>
<li>At least the plain or line version of the icon is required (since those are required for the icon font)</li>
<li>Modify <a href="https://github.com/konpa/devicon/blob/master/devicon.json">devicon.json</a> to include the icon (or variations)</li>
<li>optional: Add a image of the new icon(s) to the description of the pull request</li>
<li>optional: Reference the issues regarding the new icon</li>
</ul>