Files
pulse-signage/.gitea/ISSUE_TEMPLATE/feature_request.yml
T
2026-07-26 01:35:57 +01:00

47 lines
1.1 KiB
YAML

name: Feature request
about: Suggest an improvement or new capability
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Share the problem you're trying to solve and the outcome you'd like.
- type: input
id: summary
attributes:
label: Summary
description: Short description of the feature request.
placeholder: Add an option to schedule playlists by weekday.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem statement
description: What limitation or workflow gap are you trying to address?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: Describe the change you would like to see.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Any workarounds or other approaches you've considered.
- type: textarea
id: context
attributes:
label: Additional context
description: Mockups, screenshots, examples, or related links.