From dcf500e01673031d29bd1c6a6a22cae7e8b67774 Mon Sep 17 00:00:00 2001 From: Valters Melnalksnis Date: Sun, 16 Oct 2022 13:52:29 +0300 Subject: [PATCH] fix(docs): Fix issue filters in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fdc19e07..6346738f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ### Did you find a bug? 1. **Ensure the bug was not already reported** by searching on GitHub under - [Issues](https://github.com/VMelnalksnis/Gnomeshade/issues?q=is%3Aissue+label%3Abug). + [Issues](https://github.com/VMelnalksnis/Gnomeshade/issues?q=is%3Aissue+label%3Atype%3Abug). 2. If you're unable to find an issue addressing the problem, [open a new one](https://github.com/VMelnalksnis/Gnomeshade/issues/new?labels=bug&template=bug_report.md&title=). @@ -15,7 +15,7 @@ ### Do you want to request a new feature or change? 1. **Ensure the feature is not already in progress or rejected** by searching on GitHub under - [Issues](https://github.com/VMelnalksnis/Gnomeshade/issues?q=is%3Aissue+label%3Aenhancement). + [Issues](https://github.com/VMelnalksnis/Gnomeshade/issues?q=is%3Aissue+label%3Atype%3Aenhancement). If it exists, make sure to add a +1 reaction to show your interest in the feature. 2. If you're unable to find an issue regarding this feature,