Add feature request template
This commit is contained in:
25
issue_template/feature_request.yaml
Normal file
25
issue_template/feature_request.yaml
Normal file
@ -0,0 +1,25 @@
|
||||
name: Feature Request
|
||||
about: Request a new feature to be added
|
||||
title: "[Feature Request]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this feature request form!
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This issue was created by an issue **template**
|
||||
visible: [content]
|
||||
- type: textarea
|
||||
id: feature-request
|
||||
attributes:
|
||||
label: Feature Request
|
||||
description: What new feature would you like to see?
|
||||
placeholder: What is your feature request!
|
||||
value: "I would like this feature"
|
||||
validations:
|
||||
required: true
|
||||
labels:
|
||||
- type/enhancement
|
||||
- needs-response
|
Reference in New Issue
Block a user