issue templates added
This commit is contained in:
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Feature request ✨
|
||||
description: Suggest an idea or ask for a feature that you would like to have
|
||||
labels: [feat-req]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for letting us know how we can improve our product! ☺️
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What problem does this feature solve?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What does the proposed solution look like?
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user