From 9d8b2e1a35dae5af5b2ef4cf66984ca402ea3f42 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 23 Sep 2022 07:32:44 +0200 Subject: [PATCH] feat: acknowledgements section for template `feature-issue` --- .github/ISSUE_TEMPLATE/feature-issue.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml index d5027b8d..b79c4f74 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.yml +++ b/.github/ISSUE_TEMPLATE/feature-issue.yml @@ -43,4 +43,18 @@ body: label: Additional context description: Add additional context here. validations: - required: false \ No newline at end of file + required: false + - type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + description: Your issue will be closed if you haven't done these steps. + options: + - label: I have searched the existing issues and this is a new and no duplicate or related to another open issue. + required: true + - label: I have written a short but informative title. + required: true + - label: I filled out all of the requested information in this issue properly. + required: true + - label: The issue is related solely to the ReVanced Manager + required: true