From f469e9f34a696672dfccbb6daf7d84ee85262594 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 30 Aug 2025 17:03:42 -0300 Subject: [PATCH] Improve the issue documentation in CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a8b8dc1..427fd512 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,12 +81,14 @@ Once your GitLab account is created, you should add your Matrix or Discord usern ### Issues -To know how to create issues on the Redox GitLab, read the [Filing Issues](https://doc.redox-os.org/book/filing-issues.html) page. +We use issues to organize and track our current and pending work, to know how to create issues on the Redox GitLab read the [Filing Issues](https://doc.redox-os.org/book/filing-issues.html) page. Once you create an issue don't forget to post the link on the Dev or Support rooms of the chat, because the GitLab email notifications have distractions (service messages or spam) and most developers don't left their GitLab pages open to receive desktop notifications from the web browser (which require a custom setting to receive issue notifications). By doing this you help us to pay attention to your issues and avoid them to be accidentally forgotten. +You can see all issues on [this](https://gitlab.redox-os.org/groups/redox-os/-/issues) link. + ### Pull Requests Please follow [our process](https://doc.redox-os.org/book/creating-proper-pull-requests.html) for creating proper pull requests.