diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 62570b8..6daa67a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body: attributes: label: Description description: A clear and concise description of what the bug is. - placeholder: e.g. Sometimes when generating a password not all character sets are included + placeholder: e.g. Sometimes clicking on the extension icon doesn't open the side panel validations: required: true @@ -105,3 +105,5 @@ body: required: true - label: The provided reproduction is a minimal reproducible example of the bug. required: true + - label: This issue was written in English. + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6318208..19bb0b6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -60,3 +60,5 @@ body: options: - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate. required: true + - label: This issue was written in English. + required: true