forkey/.forgejo/ISSUE_TEMPLATE/02_feature-request.yml
Caramel 33077ed48e
Some checks failed
Pull Request Labeler / triage (pull_request_target) Failing after 2s
Test (production install and build) / production (22.x) (pull_request) Successful in 2m37s
Rename .github directory to .forgejo
Fixes #34.
2025-01-13 18:35:03 +01:00

22 lines
645 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