diff --git a/.github/ISSUE_TEMPLATE/bug-issue.yml b/.github/ISSUE_TEMPLATE/bug-issue.yml index b96217a52..becd17bd6 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/patch-request.yml b/.github/ISSUE_TEMPLATE/patch-request.yml index 2ac867a73..53b1373a1 100644 --- a/.github/ISSUE_TEMPLATE/patch-request.yml +++ b/.github/ISSUE_TEMPLATE/patch-request.yml @@ -27,3 +27,15 @@ body: description: Why should your patch request should be considered? What makes it valuable to the community? validations: required: true + - 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