From 7035641c550367b58cb6298c4bf70eba62954537 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Wed, 29 May 2024 18:01:04 -0400 Subject: [PATCH] Add a few common issues to the forms --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 88e4fd0..6ed7f7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -3,6 +3,18 @@ description: "Create a report to help us improve" title: "[Bug]: " labels: [bug] 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 attributes: label: Describe the bug