mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
33 lines
892 B
YAML
33 lines
892 B
YAML
name: Feature request
|
|
description: Request a feature to be added to Feishin
|
|
title: '[Feature]: '
|
|
labels: ['enhancement']
|
|
body:
|
|
- type: checkboxes
|
|
id: check-duplicate
|
|
attributes:
|
|
label: I have already checked through the existing feature requests and found no duplicates
|
|
options:
|
|
- label: 'Yes'
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: server-specific
|
|
attributes:
|
|
label: Is this a server-specific feature?
|
|
options:
|
|
- Not server-specific
|
|
- OpenSubsonic
|
|
- Jellyfin
|
|
- Navidrome
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: What do you want to be added?
|
|
placeholder: I would like to see [...]
|
|
validations:
|
|
required: true
|