Updated issue templates
This commit is contained in:
parent
e5856ec38e
commit
8da1de5d7a
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
|
||||
name: Bug Report Form
|
||||
description: Report an issue.
|
||||
description: Report an issue with an add-on.
|
||||
body:
|
||||
- type: markdown
|
||||
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
|
||||
name: Feature Request Form
|
||||
description: Make a feature request.
|
||||
description: Make a feature request / suggestion.
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
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
|
||||
validations:
|
||||
required: true
|
||||
@ -19,18 +29,3 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
## 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