Add a few common issues to the forms
This commit is contained in:
parent
ec451acd1d
commit
7035641c55
12
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report_form.yml
vendored
@ -3,6 +3,18 @@ description: "Create a report to help us improve"
|
|||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
id: requirements
|
||||||
|
attributes:
|
||||||
|
label: Self service debugging
|
||||||
|
description: |
|
||||||
|
Jellyfin 10.9 is still being actively updated. Please make sure you are using the newest release
|
||||||
|
|
||||||
|
Docker containers have known permission issues that can be resolved with a few extra steps.
|
||||||
|
If your skip button is not shown, please see https://github.com/jumoog/intro-skipper/issues/10
|
||||||
|
options:
|
||||||
|
- label: Jellyfin is updated and my permissions are correct (or I did not use Docker)
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user