Add language input criteria for future tickets (Closes #2381) (#2432)

This commit is contained in:
gir489 2023-11-19 16:45:12 -05:00 committed by GitHub
parent 8fa0583f05
commit 6e1fc370ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,42 @@ body:
- Other (please mention in "Additional context") - Other (please mention in "Additional context")
validations: validations:
required: true 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 - type: textarea
attributes: attributes:
label: Additional context label: Additional context