From 34a54bcf1a86f581e8b56067bf8e5ece499ec6d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?=
<43886029+Snailedlt@users.noreply.github.com>
Date: Sun, 19 Dec 2021 00:26:52 +0100
Subject: [PATCH] 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>
---
CONTRIBUTING.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7fa840e3..0fec411c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,6 +20,7 @@ First of all, thanks for taking the time to contribute! This project can only gr
Common Bugs and Solutions
Discord server
Release strategy, conventions, preparation and execution
+ Recommended resources and tools
@@ -490,3 +491,13 @@ We are running a Discord server. You can go here to talk, discuss, and more with
Create a new release using the format "Release vMAJOR.MINOR.PATCH" as tag and release title. Use the earlier created description as description of the release.
Publishing the release will trigger the npm_publish.yml workflow which will execute a npm publish
leading to a updated npm package (vMAJOR.MINOR.PATCH).
+
+Recommended resources and tools
+
+| 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 |
\ No newline at end of file