Add template for feature requests
This commit is contained in:
parent
bb4ee39516
commit
f2b05b3fdb
36
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
# yamllint disable rule:line-length
|
||||
name: Feature Request Form
|
||||
description: Make a feature request.
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This form is for asking for feature requests.
|
||||
|
||||
- type: textarea
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: What feature would you like to be added?
|
||||
description: Provide a clear and concise description of what you would like to have added.
|
||||
|
||||
- type: markdown
|
||||
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