From 99af31cfa08137ddfe56a7191352059e5b2d0db1 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:45:12 -0500 Subject: [PATCH] Add language input criteria for future tickets (Closes #2381) (#2432) --- .github/ISSUE_TEMPLATE/bug_report.yml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 157f1a73..490e02ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -52,6 +52,42 @@ body: - Other (please mention in "Additional context") validations: required: true +- type: dropdown + attributes: + label: Language + description: Which language do you have GTA 5 set to? + multiple: false + options: + - English + - French + - Italian + - German + - Spanish + - Japanese + - Russian + - Polish + - Brazilian Portuguese + - Traditional Chinese + - Simplified Chinese + - Latin American Spanish + - Korean + validations: + required: true +- type: dropdown + attributes: + label: YimMenu Language + description: Which language do you use with YimMenu? + multiple: false + options: + - English (US) + - Español (España) + - Français (FR) + - Portuguese (BR) + - Русский (RU) + - Chinese (CN) + - Chinese (TW) + validations: + required: true - type: textarea attributes: label: Additional context