forked from NG-SD-Plugins/PowerTools
Remove checkboxes in issue templates since they don't save properly
This commit is contained in:
parent
579ee2ee85
commit
d23880bf4d
2 changed files with 1 additions and 35 deletions
25
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
25
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -2,29 +2,6 @@ name: "Bug Report"
|
||||||
description: "Report an issue with PowerTools"
|
description: "Report an issue with PowerTools"
|
||||||
labels: "bug"
|
labels: "bug"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
id: low-effort-checks
|
|
||||||
attributes:
|
|
||||||
label: Please confirm
|
|
||||||
description: Issues without all checks may be ignored/closed.
|
|
||||||
options:
|
|
||||||
- label: I have searched existing issues and found no duplicate
|
|
||||||
required: true
|
|
||||||
- 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:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected-behaviour
|
id: expected-behaviour
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -56,7 +33,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Anything else?
|
label: Anything else?
|
||||||
description: |
|
description: |
|
||||||
Screenshots? Logs? Anything that will give more context about the problem!
|
Screenshots? Logs? pt_oc.json? limits_overrides.json? Anything that will give more context about the problem!
|
||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
Please include the log (located at `/tmp/powertools.log`) if possible.
|
Please include the log (located at `/tmp/powertools.log`) if possible.
|
||||||
Note: the log is deleted when the device is restarted.
|
Note: the log is deleted when the device is restarted.
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
11
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -2,17 +2,6 @@ name: Feature Request
|
||||||
description: Suggest functionality to add
|
description: Suggest functionality to add
|
||||||
labels: "enhancement"
|
labels: "enhancement"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
id: low-effort-checks
|
|
||||||
attributes:
|
|
||||||
label: Please confirm
|
|
||||||
description: Issues without all checks may be ignored/closed.
|
|
||||||
options:
|
|
||||||
- label: I have searched existing issues
|
|
||||||
- label: This issue is not a duplicate of an existing one
|
|
||||||
- label: I will fill this out to the best of my ability
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: described
|
id: described
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue