Skip to content

Commit

Permalink
Added resources section to CONTRIBUTING.md (devicons#975)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Snailedlt and Thomas-Boi authored Dec 18, 2021
1 parent 3a900fb commit 0678c1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 |

0 comments on commit 0678c1e

Please sign in to comment.