From cd2d6aeee92cb5bd52168e0efb6689d36868bf37 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Wed, 29 May 2024 17:48:15 -0400 Subject: [PATCH] Descriptions for logging stuff --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 5bca496..6265c06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -22,20 +22,22 @@ body: - type: input attributes: - label: Jellyfin installation method + label: Jellyfin install method + description: How you installed Jellyfin or the tool used to install it placeholder: Docker, Windows installer, etc. validations: required: true - type: input attributes: - label: Container image and tag - description: Only fill in this field if you are running Jellyfin in a container + label: Container image/tag or Jellyfin vwrsion + description: The container for Docker or Jellyfin version for a native install placeholder: jellyfin/jellyfin:10.8.7, jellyfin-intro-skipper:latest, etc. - type: input attributes: label: Operating System + description: The operating system of the Jellyfin / Docker host computer placeholder: Debian 11, Windows 11, etc. validations: required: true