Updated issue templates
This commit is contained in:
parent
e5856ec38e
commit
bc07b57c33
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
name: Bug Report Form
|
name: Bug Report Form
|
||||||
description: Report an issue.
|
description: Report an issue with an add-on.
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
27
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
27
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,13 +1,23 @@
|
|||||||
---
|
---
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
name: Feature Request Form
|
name: Feature Request Form
|
||||||
description: Make a feature request.
|
description: Make a feature request / suggestion.
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
This form is for asking for feature requests.
|
This form is for asking for feature requests.
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: If this relates to an existing add-on, please select which one.
|
||||||
|
options:
|
||||||
|
- Other
|
||||||
|
- 3DPrinter-OctoPrint
|
||||||
|
- Camera-mjpg-streamer
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -19,18 +29,3 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: Select the add-on this feature request is related to. If none, select "Other".
|
|
||||||
options:
|
|
||||||
- 3DPrinter-OctoPrint
|
|
||||||
- Camera-mjpg-streamer
|
|
||||||
- Other
|
|
||||||
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
# Details
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user