From f732df1b9a0217785cbfb29e677d7af39d65f033 Mon Sep 17 00:00:00 2001 From: validcube Date: Sat, 21 Oct 2023 17:11:43 +0700 Subject: [PATCH] docs: part 4.4 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59ffc925..c88d8973 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ This document describes how to contribute to ReVanced Manager. ## 🙏 Submitting a feature request Features can be requested by opening an issue using the -[Feature request issue template](https://github.com/ReVanced/revanced-manager/issues/new). +[Feature request issue template](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=feature-request&projects=&template=feature-issue.yml&title=feat%3A+%3Ctitle%3E). > [!NOTE] > We may rejected your request at the discretion of maintainers, @@ -60,7 +60,7 @@ Features can be requested by opening an issue using the ## 🐞 Submitting a bug report If you encounter a bug while using the ReVanced Manager app, open an issue using the -[Bug report issue template](https://github.com/ReVanced/revanced-manager/issues/new). +[Bug report issue template](https://github.com/ReVanced/revanced-manager/issues/new?assignees=&labels=bug&projects=&template=bug-issue.yml&title=bug%3A+%3Ctitle%3E). ## 📝 How to contribute > [!NOTE]