From b731ebddc535db3731af03f7e9332147297b5bfe Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 16 Jan 2023 17:15:52 -0500 Subject: [PATCH] Add OS selector to bug report --- .github/ISSUE_TEMPLATE/bug-report.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ca3e704..6a10786 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -70,12 +70,26 @@ body: id: platform attributes: label: Platform - description: What platform/driver are you using PowerTools on? + description: What driver is PowerTools using? options: - _ - Steam Deck - - Holoiso - 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 validations: required: true