mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-11 04:05:11 +00:00
36 lines
1.1 KiB
YAML
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
|