Skip to content

Commit

Permalink
chore(github): bug report language dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 5, 2023
1 parent 1fe4881 commit e9240d2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@ body:
validations:
required: true

- type: dropdown
attributes:
label: Game language
description: Which language were you using in the game?
multiple: false
options:
- English (ENG)
- French (FRA)
- Japanese (JPN)
- Korean (KOR)
- Simplified Chinese (ZHS)
- Traditional Chinese (ZHT)
validations:
required: true

- type: textarea
attributes:
label: Crash log
Expand Down

0 comments on commit e9240d2

Please sign in to comment.