From 7aa79f96fe124298de6e5458e204084ab63f7355 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Wed, 29 May 2024 17:51:03 -0400 Subject: [PATCH] Typo from typing on an iPad --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 4398e8b..7481e06 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -30,9 +30,11 @@ body: - type: input attributes: - label: Container image/tag or Jellyfin vwrsion + label: Container image/tag or Jellyfin version description: The container for Docker or Jellyfin version for a native install placeholder: jellyfin/jellyfin:10.8.7, jellyfin-intro-skipper:latest, etc. + validations: + required: true - type: input attributes: