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:
|
options:
|
||||||
- label: I have searched existing issues
|
- label: I have searched existing issues
|
||||||
- label: This issue is not a duplicate of an existing one
|
- 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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -58,6 +58,7 @@ body:
|
||||||
label: Version
|
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.
|
description: What version of PowerTools are you using? This is the version beside `powertools-rs` near the bottom of the plugin's UI.
|
||||||
options:
|
options:
|
||||||
|
- _
|
||||||
- 1.1.0 (Indev)
|
- 1.1.0 (Indev)
|
||||||
- 1.0.5 (Latest stable)
|
- 1.0.5 (Latest stable)
|
||||||
- 1.0.X (Out of date)
|
- 1.0.X (Out of date)
|
||||||
|
@ -68,11 +69,13 @@ body:
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Platform
|
||||||
description: What platform are you using PowerTools on?
|
description: What platform/driver are you using PowerTools on?
|
||||||
options:
|
options:
|
||||||
|
- _
|
||||||
- Steam Deck
|
- Steam Deck
|
||||||
- Holoiso
|
- Holoiso
|
||||||
|
- RyzenAdj
|
||||||
- Not listed
|
- Not listed
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
name: Feature Request
|
||||||
description: Suggest a tool to add
|
description: Suggest functionality to add
|
||||||
labels: "enhancement"
|
labels: "enhancement"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
@ -10,7 +10,7 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: I have searched existing issues
|
- label: I have searched existing issues
|
||||||
- label: This issue is not a duplicate of an existing one
|
- 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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in a new issue