jointrashposs/.github/ISSUE_TEMPLATE/04_feature-request.yml
2023-12-25 18:30:55 +09:00

23 lines
642 B
YAML

name: ✨ Feature Request
description: Suggest an idea for this project
labels: ["feature"]
body:
- type: textarea
attributes:
label: Summary
description: Tell us what the suggestion is
validations:
required: true
- type: textarea
attributes:
label: Purpose
description: Describe the specific problem or need you think this feature will solve, and who it will help.
validations:
required: true
- type: checkboxes
attributes:
label: Do you want to implement this feature yourself?
options:
- label: Yes, I will implement this by myself and send a pull request