Use issue templates

This commit is contained in:
Kendall Garner 2024-04-24 07:37:38 -07:00
parent dc95a3c66b
commit 5da68d4243
No known key found for this signature in database
GPG key ID: 18D2767419676C87
6 changed files with 93 additions and 65 deletions

View file

@ -0,0 +1,22 @@
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