From e75a9d8c5533170e043876cf8a7737d89b217d4e Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:32:40 -0700 Subject: [PATCH] Chore: Drops the LSIO option from bug report install types (#13961) --- .github/DISCUSSION_TEMPLATE/support.yml | 1 - .github/ISSUE_TEMPLATE/bug-report.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/support.yml b/.github/DISCUSSION_TEMPLATE/support.yml index 311aaf7f3..f0154aa8b 100644 --- a/.github/DISCUSSION_TEMPLATE/support.yml +++ b/.github/DISCUSSION_TEMPLATE/support.yml @@ -38,7 +38,6 @@ body: label: Installation method options: - Docker - official image - - Docker - linuxserver.io image - Bare metal - Other (please describe above) - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e87c3e0c6..f9edbb021 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -87,10 +87,8 @@ body: label: Installation method options: - Docker - official image - - Docker - linuxserver.io image - Bare metal - Other (please describe above) - description: Note there are significant differences from the official image and linuxserver.io, please check if your issue is specific to the third-party image. validations: required: true - type: textarea