40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
name: Feature Request
|
|
about: Request a Feature or Change
|
|
title: "[Feat Req]: "
|
|
ref: "main"
|
|
labels:
|
|
- "Feature Request"
|
|
- "Not Reviewed"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request!
|
|
# some markdown that will only be visible once the issue has been created
|
|
- type: input
|
|
id: contact
|
|
attributes:
|
|
label: Contact Details
|
|
description: How can we get in touch with you if we need more info?
|
|
placeholder: email@example.com
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: the-request
|
|
attributes:
|
|
label: What is your feature request?
|
|
description: Tell us, what do you want to happen and why?
|
|
placeholder: Let us know what all you want to see, and if you can, provide a image or mockup if appropriate.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](/musselman/notatio/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|
|
- label: I have also read the CONTRIBUTION.MD
|
|
required: true
|
|
visible: [form]
|