1
0
mirror of https://github.com/konpa/devicon.git synced 2025-03-13 17:29:42 +01:00

Added resources section to CONTRIBUTING.md (#975)

* Added resources section to `CONTRIBUTING.md`

* align headers to the left

* Update CONTRIBUTING.md

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>

* Update CONTRIBUTING.md

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>

Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
This commit is contained in:
Jørgen Kalsnes Hagen 2021-12-19 00:26:52 +01:00 committed by GitHub
parent a039c1b2aa
commit 34a54bcf1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
<li><a href="#bugs">Common Bugs and Solutions</a></li>
<li><a href="#discordServer">Discord server</a></li>
<li><a href="#release">Release strategy, conventions, preparation and execution</a></li>
<li><a href="#resources">Recommended resources and tools</a></li>
</ul>
<hr>
@ -490,3 +491,13 @@ We are running a Discord server. You can go here to talk, discuss, and more with
<li>Create a <a href="https://github.com/devicons/devicon/releases/new">new release</a> using the format "<b>Release v<i>MAJOR</i>.<i>MINOR</i>.<i>PATCH</i></b>" as tag and release title. Use the earlier created description as description of the release.</li>
<li>Publishing the release will trigger the <a href="/.github/workflows/npm_publish.yml">npm_publish.yml</a> workflow which will execute a <code>npm publish</code> leading to a updated <a href="https://www.npmjs.com/package/devicon">npm package</a> (v<i>MAJOR</i>.<i>MINOR</i>.<i>PATCH</i>).</li>
</ol>
<h2 id='resources'>Recommended resources and tools</h2>
| Tool Name | Link | Description & Usage |
| :----------------- | :------------------------------------------------- | :------------------------------------------------- |
| Inkscape | https://inkscape.org/ | Desktop application for editing and Making SVG's |
| Visual Studio Code | https://code.visualstudio.com/ | A code editor for editing code |
| vscode.dev | https://vscode.dev/ | Visual Studio Code in the browser |
| Iloveimg | https://www.iloveimg.com/resize-image/resize-svg | Resizing SVG's |
| svgviewer.dev | https://www.svgviewer.dev/ | View, save, and optimize SVGs |