83 lines
2.1 KiB
YAML
83 lines
2.1 KiB
YAML
name: Feature Request
|
|
description: Suggest a new feature or enhancement
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for suggesting a new feature! Please provide as much detail as possible.
|
|
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem Statement
|
|
description: Is your feature request related to a problem? Please describe.
|
|
placeholder: I'm frustrated when... / It would be helpful if...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: Describe the solution you'd like to see
|
|
placeholder: What feature would solve this problem?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Have you considered any alternative solutions or features?
|
|
placeholder: Describe alternatives you've considered
|
|
|
|
- type: textarea
|
|
id: use-case
|
|
attributes:
|
|
label: Use Case
|
|
description: Describe how you would use this feature
|
|
placeholder: |
|
|
1. As a user, I would...
|
|
2. This would help me...
|
|
3. The benefit would be...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: platform
|
|
attributes:
|
|
label: Target Platform
|
|
description: Which platform(s) should this feature target?
|
|
multiple: true
|
|
options:
|
|
- iOS
|
|
- Android
|
|
- Windows
|
|
- macOS
|
|
- Android TV
|
|
- tvOS
|
|
- Linux
|
|
- All platforms
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: media-server
|
|
attributes:
|
|
label: Media Server
|
|
description: Which media server(s) is this for?
|
|
multiple: true
|
|
options:
|
|
- Jellyfin
|
|
- Plex
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context, mockups, or screenshots about the feature request
|
|
placeholder: Add mockups, links to similar features, or any other helpful context
|