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