27 lines
964 B
YAML
27 lines
964 B
YAML
name: "✨ New feature request"
|
|
description: Suggest an idea for this project
|
|
labels: [ "type: feature" ]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Before You Start:**
|
|
|
|
This form is only for submitting feature requests. If you have a usage question
|
|
or are unsure if this is really a bug, make sure to:
|
|
|
|
- Ask on our [Discord Chat](https://discord.com/invite/rduPF3yk62)
|
|
|
|
Also try to search for your issue - another user may have already requested something similar!
|
|
|
|
- type: textarea
|
|
id: problem-description
|
|
attributes:
|
|
label: What problem does this feature solve?
|
|
description: |
|
|
Explain your use case, context, and rationale behind this feature request. More importantly, what is the **end user experience** you are trying to build that led to the need for this feature?
|
|
|
|
placeholder: Problem description
|
|
validations:
|
|
required: true
|