From 1cbf407ce22d9a48e902fecc0f752ce9ca0c4a56 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 22 Nov 2023 00:01:23 +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 23950c4..63565b7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -9,6 +9,7 @@ body: # ReVanced Library bug report Please check for existing bug reports [here](https://github.com/ReVanced/revanced-library/labels/Bug%20report) before creating a new one. + Review the [contribution guidelines](https://github.com/ReVanced/revanced-library/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 b1525e9..10aea0a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -9,6 +9,7 @@ body: # ReVanced Library feature request Please check for existing feature requests [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request) before creating a new one. + Review the [contribution guidelines](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md) before submitting a feature request. - type: textarea attributes: