Pretendo/.github/ISSUE_TEMPLATE/feature.yaml
2024-04-24 14:07:38 -04:00

32 lines
No EOL
893 B
YAML

name: Feature Request
description: Suggest a new feature
title: "[Feature]: "
labels: ["feature", "awaiting-approval"]
assignees: []
body:
- type: checkboxes
attributes:
label: Checked Existing
description: Ensure you have checked the existing issues, both open and closed, for duplicate issues.
options:
- label: I have checked the repository for duplicate issues.
required: true
- type: textarea
id: what-feature
attributes:
label: What feature do you want to see added?
validations:
required: true
- type: textarea
id: why-feature
attributes:
label: Why do you want to have this feature?
placeholder: A new button!
validations:
required: true
- type: textarea
id: other-details
attributes:
label: Any other details to share? (OPTIONAL)
validations:
required: false