mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for Heaven Studio
|
|
labels: ["enhancement"]
|
|
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
|