mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
23 lines
600 B
YAML
23 lines
600 B
YAML
|
name: Feature request
|
||
|
description: Request a feature to be added to Feishin 🎉
|
||
|
labels: ['enhancement']
|
||
|
body:
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: What do you want to be added?
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Additional context
|
||
|
validations:
|
||
|
required: false
|
||
|
- type: checkboxes
|
||
|
attributes:
|
||
|
label: Is this a server-specific feature? (e.g. Jellyfin only)
|
||
|
options:
|
||
|
- label: 'Yes'
|
||
|
required: false
|
||
|
validations:
|
||
|
required: false
|