From 0e3ecc3a51540b71072ae0be0eb94d115a5b1f92 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 21 Sep 2022 00:34:27 +0200 Subject: [PATCH] feat: section `acknowledgements` for issue templates Signed-off-by: oSumAtrIX --- .github/ISSUE_TEMPLATE/bug-issue.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/feature-issue.yml | 14 +++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index 7f35342..d8c1a0f 100644 --- a/.github/ISSUE_TEMPLATE/bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/bug-issue.yml @@ -59,3 +59,15 @@ body: description: Add additional context here. validations: 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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-issue.yml b/.github/ISSUE_TEMPLATE/feature-issue.yml index 4b8a5b6..14de652 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.yml +++ b/.github/ISSUE_TEMPLATE/feature-issue.yml @@ -43,4 +43,16 @@ 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 \ No newline at end of file