Skip to content

Commit

Permalink
🌐 [Website] Add Contribute page
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 10, 2024
1 parent f8806ac commit 0c9ce8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/content/Contribute.md
Original file line number Diff line number Diff line change
@@ -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).<br/>
πŸ’‘ 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+).<br/>
πŸ› 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+).<br/>
πŸ–Ό 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/).<br/>
πŸ‘©β€πŸ« 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).<br/>
πŸ”€ [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+).<br/>
πŸ‘©β€πŸ’» 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.<br/>
πŸ’° 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).
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ const config = {
position: "left",
label: "Gallery",
},
{
to: "Contribute",
position: "left",
label: "Contribute",
},
{
type: "doc",
docId: "Articles/Alpaca/Alpaca",
Expand Down

0 comments on commit 0c9ce8f

Please sign in to comment.