From 5b6c5ec2686452fd4e6264b73a6e21ae9737ea07 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Mon, 16 Jan 2023 17:02:39 -0500 Subject: [PATCH] Improve templates with better checklist and dropdown checks --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 814062f..ca3e704 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,7 +10,7 @@ body: options: - label: I have searched existing issues - label: This issue is not a duplicate of an existing one - - label: I am doing something good + - label: I will fill this out to the best of my ability validations: required: true - type: textarea @@ -58,6 +58,7 @@ body: label: Version description: What version of PowerTools are you using? This is the version beside `powertools-rs` near the bottom of the plugin's UI. options: + - _ - 1.1.0 (Indev) - 1.0.5 (Latest stable) - 1.0.X (Out of date) @@ -68,11 +69,13 @@ body: - type: dropdown id: platform attributes: - label: Version - description: What platform are you using PowerTools on? + label: Platform + description: What platform/driver are you using PowerTools on? options: + - _ - Steam Deck - Holoiso + - RyzenAdj - Not listed validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 9dfd409..d24ee7b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,5 @@ name: Feature Request -description: Suggest a tool to add +description: Suggest functionality to add labels: "enhancement" body: - type: checkboxes @@ -10,7 +10,7 @@ body: options: - label: I have searched existing issues - label: This issue is not a duplicate of an existing one - - label: I am doing something good + - label: I will fill this out to the best of my ability validations: required: true - type: textarea