16 lines
334 B
YAML
16 lines
334 B
YAML
|
name: "Feature"
|
||
|
about: "For filing a feature request or idea"
|
||
|
body:
|
||
|
- type: markdown
|
||
|
id: request
|
||
|
attributes:
|
||
|
label: What I'd like to do and why
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: markdown
|
||
|
id: notes
|
||
|
attributes:
|
||
|
label: Other notes / implementation ideas
|
||
|
validations:
|
||
|
required: false
|