forked from NG-SD-Plugins/PowerTools
Update with better checkboxes bug-report.yml
This commit is contained in:
parent
eb4ec05425
commit
2878232ba4
1 changed files with 14 additions and 2 deletions
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
16
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -8,9 +8,21 @@ body:
|
||||||
label: Please confirm
|
label: Please confirm
|
||||||
description: Issues without all checks may be ignored/closed.
|
description: Issues without all checks may be ignored/closed.
|
||||||
options:
|
options:
|
||||||
- label: I have searched existing issues
|
- label: I have searched existing issues and found no duplicate
|
||||||
- label: This issue is not a duplicate of an existing one
|
required: true
|
||||||
- label: I will fill this out to the best of my ability
|
- label: I will fill this out to the best of my ability
|
||||||
|
required: true
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
id: dev-options
|
||||||
|
attributes:
|
||||||
|
label: Extra details
|
||||||
|
description: Various things that often are forgotten.
|
||||||
|
options:
|
||||||
|
- label: I am using a custom `pt_oc.json` file
|
||||||
|
- label: I am using a custom `limits_cache.json` file
|
||||||
|
- label: I have submitted a log through the PowerTools UI
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in a new issue