From 8f0d2102a87faaaf71f9e22927295aa85eaa0255 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Sat, 7 Mar 2026 18:02:32 -0600 Subject: [PATCH] chore: add English language requirement to issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2e288cd..72cbdfe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,6 +12,8 @@ body: > [!WARNING] > > Both a video and a sample vault are required for bug reproduction. Incomplete, vague, or poorly described bug reports will be closed. + > + > The bug report and all attachments (screenshots, videos, sample vaults) must be in English. Exception: the bug is directly related to non-English language usage. Non-English bug reports will be closed. - type: textarea attributes: label: Description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5d61b78..bd84f1d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,6 +12,8 @@ body: > [!WARNING] > > Incomplete, vague, or poorly described requests will be closed. + > + > The feature request and all attachments (screenshots, videos, sample vaults) must be in English. Exception: the request is directly related to non-English language usage. Non-English feature requests will be closed. - type: textarea attributes: label: Description