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