Files
wsa-installer/.github/ISSUE_TEMPLATE/feature_request.yml
T

80 lines
2.0 KiB
YAML

name: Feature Request
description: Suggest a new feature for WSA Installer
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for suggesting a feature! Please fill out the form below.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: "What problem does this feature solve? Is it related to a frustration?"
placeholder: "I'm always frustrated when..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the solution you'd like.
placeholder: "I'd like WSA Installer to..."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Describe any alternative solutions or features you've considered.
- type: dropdown
id: component
attributes:
label: Component
description: Which part of WSA Installer does this affect?
options:
- Installation flow
- WSA management
- Play Store integration
- File sharing (WebDAV)
- Background service
- UI / GUI
- Build system
- Documentation
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Nice to have
- Important
- Critical (blocking my workflow)
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples about the feature request.
- type: checkboxes
id: terms
attributes:
label: Checklist
options:
- label: I have searched existing feature requests to avoid duplicates
required: true
- label: I would be willing to help implement this feature
required: false