Add OS selector to bug report

This commit is contained in:
NGnius (Graham) 2023-01-16 17:15:52 -05:00
parent 5b6c5ec268
commit b731ebddc5

View file

@ -70,12 +70,26 @@ body:
id: platform id: platform
attributes: attributes:
label: Platform label: Platform
description: What platform/driver are you using PowerTools on? description: What driver is PowerTools using?
options: options:
- _ - _
- Steam Deck - Steam Deck
- Holoiso
- RyzenAdj - RyzenAdj
- Generic
- Unknown
- Not listed
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: OS
description: On which operating system are you running PowerTools?
options:
- _
- SteamOS 3 (Stable)
- SteamOS 3 (Preview/Beta)
- Holoiso
- Not listed - Not listed
validations: validations:
required: true required: true