From 548d237c3834dec91af5df23bb247e04f1b6d151 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Wed, 8 Apr 2026 15:25:13 +1000 Subject: [PATCH] DOCS: contributing Signed-off-by: jokob-sk --- CONTRIBUTING.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 67256a3d..a2453261 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,22 @@ Before opening a new issue: - [Check Common Issues & Debug Tips](https://docs.netalertx.com/DEBUG_TIPS#common-issues) - [Search Closed Issues](https://github.com/netalertx/NetAlertX/issues?q=is%3Aissue+is%3Aclosed) +--- + +## Contributing without coding knowledge + +Writing code is not the only way how you can contribute to the project. Here are some ideas how you can help out otherwise: + + - Help improving the documentation (text, typos, use cases, screenshots - all this makes things better) + - Share your favorite project on socials (see [Growth ideas](./GROWTH.md)) + - Write a blog post, or a how-to set-up guide + - Write how it helped you to achieve something fun or interesting to simplify your personal or work life + - Help with the translation effort + - Running a nightly or dev build to test for bugs before they make it to the production release + - Report bugs and features with sufficient detail and care (super important to ease everyone's maintenance burden and minimize back-and-forth) + - running a projects test suite + + --- ## Use of AI