diff --git a/website/content/Contribute.md b/website/content/Contribute.md new file mode 100644 index 00000000..b6b6ba8c --- /dev/null +++ b/website/content/Contribute.md @@ -0,0 +1,12 @@ +Contributing can be very easy and **doesn't necessarily require any technical skills**. Here are a few ways you can help: + +*(Also, feel free to reach out [on Discord](https://discord.gg/AyezAvg9y8) to discuss how you could contribute)* + +🗣 Talk about Coollab to your friends! [Share the Linktree](https://linktr.ee/coollab_art).
+💡 Give us feedback and share your ideas about what we could add or improve. On the [Discord](https://discord.gg/d42FpCtK) or on [GitHub](https://github.com/CoolLibs/Lab/issues/new?assignees=&labels=enhancement&projects=&template=feature-suggestion.yaml&title=%5BFeature%5D+).
+🐛 Report any bug you encounter, no matter how minor. On the [Discord](https://discord.gg/4SyMs8Y5Yc) or on [GitHub](https://github.com/CoolLibs/Lab/issues/new?assignees=&labels=bug&projects=&template=bug-report.yaml&title=%5BBug%5D+).
+🖼 Share the artworks you made with Coollab, and ideally also the project file. On the [Discord](https://discord.gg/qNrux4382P), or on your social media. If you publish on Instagram, please consider tagging us [@coollab_art](https://www.instagram.com/coollab_art/).
+👩‍🏫 Make tutorials, either as text or video. Or Quick Tip videos (~1 minute). Feel free to [share them on the Discord](https://discord.gg/Y4KHAZEwMt).
+🔀 [Write your own nodes with GLSL](/Tutorials/Writing%20Nodes/Intro) and share them on the [Discord](https://discord.gg/7uPHUZKqSv) or on [GitHub](https://github.com/CoolLibs/Lab/issues/new?assignees=&labels=enhancement&projects=&template=add-node.yaml&title=%5BNew+node%5D+).
+👩‍💻 Contribute code to Coollab. You can have a look at [the good first issues](https://github.com/CoolLibs/Lab/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) and feel free to comment on the issues to ask for more details and help to get started.
+💰 Financial contributions are also welcome and allow us to spend more time working on the software! You can [buy cool T-shirts](https://www.etsy.com/shop/CoollabArt) or support us [on Patreon](https://www.patreon.com/Coollab). \ No newline at end of file diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ae45729b..61399104 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -114,6 +114,11 @@ const config = { position: "left", label: "Gallery", }, + { + to: "Contribute", + position: "left", + label: "Contribute", + }, { type: "doc", docId: "Articles/Alpaca/Alpaca",