initial
This commit is contained in:
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
title: "[Feature]: "
|
||||
labels: ["ideas"]
|
||||
body:
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: "I've already checked other feature proposals"
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Is your feature request related to a problem?
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your problem.
|
||||
description: A clear and concise description of what the problem is.
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe your feature request.
|
||||
description: A clear and concise description of what you want to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anything else we should know.
|
||||
description: |
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
Add any other context or screenshots about the feature request here.
|
||||
Reference in New Issue
Block a user