
* Remove default titles from issue forms * Update technical-support.yml Issue template: reversed an option in the technical support template. Co-authored-by: Straithe <b@straithe.com>
16 lines
453 B
YAML
16 lines
453 B
YAML
name: Feature Request
|
|
description: File a feature request
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to fill out this feature request form!
|
|
- type: textarea
|
|
id: feature-request
|
|
attributes:
|
|
label: What feature would you like to see and why?
|
|
description: Please be as detailed as possible with your feature request.
|
|
validations:
|
|
required: true
|
|
|