From 4fd32da91aa223476eb324a80f088385a2fe2435 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Tue, 22 Apr 2025 23:06:03 +0700 Subject: [PATCH] chore: add checklist for question and feat request template --- .github/ISSUE_TEMPLATE/feature_request.yaml | 11 ++++++++++- .github/ISSUE_TEMPLATE/question.yaml | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index a94fdbb5..b8e86dcb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -27,4 +27,13 @@ body: label: Describe alternatives you've considered description: A clear and concise description of any alternative solutions or features you've considered. validations: - required: false \ No newline at end of file + required: false + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Please check all the checkboxes + options: + - label: This bug report is written entirely in English. + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index cadc071b..6fc59772 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -11,3 +11,12 @@ body: placeholder: I have a question, ..., how can I solve it? validations: required: true + + - type: checkboxes + id: checklist + attributes: + label: Checklist + description: Please check all the checkboxes + options: + - label: This bug report is written entirely in English. + required: true