HeavenStudio/.github/ISSUE_TEMPLATE/feature.yml
Saraistupid b9f8e8ea64
Create issue forms (#414)
* Create bug.yml

* Update bug.yml

* Create feature.yml

* Update bug.yml
2023-05-07 19:03:02 +00:00

36 lines
1.1 KiB
YAML

name: Feature request
description: Suggest an idea for Heaven Studio
labels: []
body:
- type: textarea
id: what-happened
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the bug is.
placeholder: Tell us what happened!
validations:
required: false
- type: textarea
id: suggestion
attributes:
label: Describe your suggestion
description: A clear and concise description of what you want to happen.
placeholder: Tell us what happened!
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Upload an attachment here
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false