From 0562ee85c59235673138e404920907969cf240d9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Nov 2023 00:01:25 +0100 Subject: [PATCH] chore: Notice about contribution guidelines in issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6fb772f..27a1597 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -9,6 +9,7 @@ body: # ReVanced CLI bug report Please check for existing bug reports [here](https://github.com/ReVanced/revanced-cli/labels/Bug%20report) before creating a new one. + Review the [contribution guidelines](https://github.com/ReVanced/revanced-cli/blob/main/CONTRIBUTING.md) before submitting a bug report. - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 827cae8..35b7100 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -9,6 +9,7 @@ body: # ReVanced CLI feature request Please check for existing feature requests [here](https://github.com/ReVanced/revanced-cli/labels/Feature%20request) before creating a new one. + Review the [contribution guidelines](https://github.com/ReVanced/revanced-cli/blob/main/CONTRIBUTING.md) before submitting a feature request. - type: textarea attributes: