Skip to content

Commit 34a54bc

Browse files
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 <[email protected]> * Update CONTRIBUTING.md Co-authored-by: Thomas Bui <[email protected]> Co-authored-by: Thomas Bui <[email protected]>
1 parent a039c1b commit 34a54bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
2020
<li><a href="#bugs">Common Bugs and Solutions</a></li>
2121
<li><a href="#discordServer">Discord server</a></li>
2222
<li><a href="#release">Release strategy, conventions, preparation and execution</a></li>
23+
<li><a href="#resources">Recommended resources and tools</a></li>
2324
</ul>
2425

2526
<hr>
@@ -490,3 +491,13 @@ We are running a Discord server. You can go here to talk, discuss, and more with
490491
<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>
491492
<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>
492493
</ol>
494+
495+
<h2 id='resources'>Recommended resources and tools</h2>
496+
497+
| Tool Name | Link | Description & Usage |
498+
| :----------------- | :------------------------------------------------- | :------------------------------------------------- |
499+
| Inkscape | https://inkscape.org/ | Desktop application for editing and Making SVG's |
500+
| Visual Studio Code | https://code.visualstudio.com/ | A code editor for editing code |
501+
| vscode.dev | https://vscode.dev/ | Visual Studio Code in the browser |
502+
| Iloveimg | https://www.iloveimg.com/resize-image/resize-svg | Resizing SVG's |
503+
| svgviewer.dev | https://www.svgviewer.dev/ | View, save, and optimize SVGs |

0 commit comments

Comments
 (0)