Update bug-report.yml
This commit is contained in:
parent
760002f430
commit
eb4ec05425
1 changed files with 5 additions and 16 deletions
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
21
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -52,31 +52,19 @@ body:
|
||||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: What version of PowerTools are you using? This is the version beside `Native` near the bottom of the plugin's UI.
|
description: What version of PowerTools are you using? This is the version beside `Native` near the bottom of the plugin's UI.
|
||||||
options:
|
|
||||||
- _
|
|
||||||
- 1.3.1 (Latest stable)
|
|
||||||
- 1.3.0 (Out of date)
|
|
||||||
- Alpha/Beta/RC version
|
|
||||||
- Not listed
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform
|
label: Platform
|
||||||
description: What driver is PowerTools using?
|
description: What driver is PowerTools using?
|
||||||
options:
|
value: SteamDeck
|
||||||
- _
|
|
||||||
- Steam Deck
|
|
||||||
- GenericAMD (RyzenAdj)
|
|
||||||
- Generic
|
|
||||||
- Unknown
|
|
||||||
- Not listed
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -88,7 +76,8 @@ body:
|
||||||
- _
|
- _
|
||||||
- SteamOS 3 (Stable)
|
- SteamOS 3 (Stable)
|
||||||
- SteamOS 3 (Preview/Beta)
|
- SteamOS 3 (Preview/Beta)
|
||||||
- Holoiso
|
- SteamOS 3 (Main)
|
||||||
|
- HoloISO
|
||||||
- Not listed
|
- Not listed
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue