Update bug-report.yml

This commit is contained in:
NGnius (Graham) 2023-05-25 23:28:20 +00:00 committed by GitHub
parent 760002f430
commit eb4ec05425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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