From eb4ec054257fd72e00c70f1a710b738fb349df59 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Thu, 25 May 2023 23:28:20 +0000 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3938cc1..c19de2f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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. validations: required: false - - type: dropdown + - type: input id: version attributes: label: Version 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: required: true - - type: dropdown + - type: input id: platform attributes: label: Platform description: What driver is PowerTools using? - options: - - _ - - Steam Deck - - GenericAMD (RyzenAdj) - - Generic - - Unknown - - Not listed + value: SteamDeck validations: required: true - type: dropdown @@ -88,7 +76,8 @@ body: - _ - SteamOS 3 (Stable) - SteamOS 3 (Preview/Beta) - - Holoiso + - SteamOS 3 (Main) + - HoloISO - Not listed validations: required: true