Add OS selector to bug report
This commit is contained in:
parent
5b6c5ec268
commit
b731ebddc5
1 changed files with 16 additions and 2 deletions
18
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue