From ff96b3de99405ab0d3e84d3cc558dce69035dd82 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 4 Jun 2026 16:08:55 +1200 Subject: [PATCH] docs: issue templates update --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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