From c6cea08cbbc379a51cbf8b2258a18e21831b80db Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Sat, 18 Dec 2021 19:04:02 +0100 Subject: [PATCH 1/4] Added resources section to `CONTRIBUTING.md` --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fa840e3a..598506814 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
  • +
  • Resources and tools we use and recommend

  • @@ -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).
  • + +

    Resources and tools we use and recommend

    + +| 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 From 86445b94b6c7a5fbb9b0c52973c326a15b7aa2f9 Mon Sep 17 00:00:00 2001 From: Snailedlt <43886029+Snailedlt@users.noreply.github.com> Date: Sat, 18 Dec 2021 19:15:43 +0100 Subject: [PATCH 2/4] align headers to the left --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 598506814..e3e3d735f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -495,7 +495,7 @@ We are running a Discord server. You can go here to talk, discuss, and more with

    Resources and tools we use and recommend

    | 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 | From 359ac32d8f09d33201428ac7f67075ed314cd679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Sat, 18 Dec 2021 22:59:28 +0100 Subject: [PATCH 3/4] Update CONTRIBUTING.md Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3e3d735f..16ece7b43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +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
  • -
  • Resources and tools we use and recommend
  • +
  • Recommended resources and tools

  • From bd397de1b05d4a090f2b77a30685e5a745c2a7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Kalsnes=20Hagen?= <43886029+Snailedlt@users.noreply.github.com> Date: Sat, 18 Dec 2021 22:59:36 +0100 Subject: [PATCH 4/4] Update CONTRIBUTING.md Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16ece7b43..0fec411c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -492,7 +492,7 @@ We are running a Discord server. You can go here to talk, discuss, and more with
  • 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).
  • -

    Resources and tools we use and recommend

    +

    Recommended resources and tools

    | Tool Name | Link | Description & Usage | | :----------------- | :------------------------------------------------- | :------------------------------------------------- |