Files
planka/.github/ISSUE_TEMPLATE/2-feature-request.yml
2025-11-06 21:03:43 +01:00

35 lines
933 B
YAML

name: "✨ Feature Request"
description: Suggest a feature or enhancement to improve PLANKA.
labels: ["Type: Idea"]
body:
- type: dropdown
id: idea-type
attributes:
label: Which part of the project does this feature apply to?
multiple: true
options:
- Backend
- Frontend
- Chart
validations:
required: true
- type: textarea
id: feature
attributes:
label: What would you like?
description: A clear description of the feature or enhancement wanted.
placeholder: I'd like to be able to...
validations:
required: true
- type: textarea
id: reason
attributes:
label: Why is this needed?
description: A clear description of why this would be useful to have.
placeholder: I want this because...
- type: textarea
id: other
attributes:
label: Other information
placeholder: Any other details?