forked from NG-SD-Plugins/PowerTools
Improve templates with better checklist and dropdown checks
This commit is contained in:
parent
ab2eea5fb4
commit
5b6c5ec268
2 changed files with 8 additions and 5 deletions
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -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
|
||||
|
|
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue