Files
issue-template-testing/.gitea/ISSUE_TEMPLATE/2-feature-request.yml
2026-02-03 16:37:58 +08:00

42 lines
1.3 KiB
YAML

name: 🆕 Feature Request
about: Suggest an idea or possible new feature that doesn't currently exist
title: "feature: "
labels:
- type/feature
body:
- type: textarea
id: describe-problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when...
validations:
required: true
- type: textarea
id: describe-context
attributes:
label: Additional Context
description: Add any other context or additional information about the feature request here.
placeholder: Any other details that might help?
validations:
required: false
- type: textarea
id: describe-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Describe your proposed solution...
validations:
required: true
- type: textarea
id: describe-alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: What other approaches have you thought about?
validations:
required: false