Files
BuildSystem/.github/ISSUE_TEMPLATE/feature_request.yml
T
Laura 6bf2a93935
Build main / build (21) (push) Failing after 13m38s
Initial commit
2026-08-09 15:17:12 +02:00

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