Skip to content

Commit

Permalink
Update windows--bug-report.yml
Browse files Browse the repository at this point in the history
fixed yml for dropdowns
  • Loading branch information
brichardson1991 authored Jan 30, 2025
1 parent ea5f57a commit 9e102f2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/windows--bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@ body:
required: true
- type: dropdown
id: WindowsVersion
description: What version of Windows are you using?
attributes:
options:
- Windows 11
- Windows 10
- Windows 8
- Windows 7
default: 0
label: What version of Windows are you using?
options:
- Windows 11
- Windows 10
- Windows 8
- Windows 7
default: 0
validations:
required: true
- type: dropdown
id: GameVersion
description: What version of the game are you using?
attributes:
options:
- Live
- Dev
- Beta
default: 0
label: What version of the game are you using?
options:
- Live
- Dev
- Beta
default: 0
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 9e102f2

Please sign in to comment.