jointrashposs/.github/ISSUE_TEMPLATE/04_feature-request.yml

23 lines
642 B
YAML
Raw Permalink Normal View History

2023-12-25 09:05:49 +01:00
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:
2023-12-25 10:30:55 +01:00
label: Do you want to implement this feature yourself?
options:
- label: Yes, I will implement this by myself and send a pull request