mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 02:05:58 -07:00
Added ideas.yml
This commit is contained in:
parent
23caf5c0e9
commit
f314b1e7be
1 changed files with 35 additions and 0 deletions
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
35
.github/DISCUSSION_TEMPLATE/ideas.yml
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
title: "💡 Feature Request <title> "
|
||||||
|
labels: ["question"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: summary
|
||||||
|
attributes:
|
||||||
|
label: "Summary"
|
||||||
|
description: Provide a brief explanation of the feature
|
||||||
|
placeholder: Describe in a few lines your feature request
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: basic_example
|
||||||
|
attributes:
|
||||||
|
label: "Basic Example"
|
||||||
|
description: Indicate here some basic examples of your feature.
|
||||||
|
placeholder: A few specific words about your feature request.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: drawbacks
|
||||||
|
attributes:
|
||||||
|
label: "Drawbacks"
|
||||||
|
description: What are the drawbacks/impacts of your feature request ?
|
||||||
|
placeholder: Identify the drawbacks and impacts while being neutral on your feature request
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: unresolved_question
|
||||||
|
attributes:
|
||||||
|
label: "Unresolved questions"
|
||||||
|
description: What questions still remain unresolved ?
|
||||||
|
placeholder: Identify any unresolved issues.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
Loading…
Add table
Add a link
Reference in a new issue