diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fa840e3a..0fec411c4 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