47 lines
1.7 KiB
YAML
47 lines
1.7 KiB
YAML
name: 💭 Feature Proposal
|
|
description: Have an idea for how we can improve? Share it here!
|
|
title: '[FEAT] - '
|
|
labels:
|
|
- "status/awaiting triage"
|
|
body:
|
|
- type: checkboxes
|
|
id: attestations
|
|
attributes:
|
|
label: Attestations
|
|
description: "By checking the boxes below, I certify that:"
|
|
options:
|
|
- label: "I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/)"
|
|
validations:
|
|
required: true
|
|
- label: I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/).
|
|
validations:
|
|
required: true
|
|
- label: I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
|
|
validations:
|
|
required: true
|
|
- label: I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Describe your Idea:"
|
|
description: A clear and concise description of the feature you would like added.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: "What problem does this feature solve?"
|
|
description: Why are you requesting this feature? How would it improve your experience with the product?
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Are you willing and able to contribute this feature?
|
|
options:
|
|
- Yes
|
|
- No
|
|
validations:
|
|
required: true
|