diff options
| author | felix920506 <felix920506@gmail.com> | 2025-06-06 20:56:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 06:56:29 -0600 |
| commit | ef90fe91573630a0ee3c288935c19a82a394a97e (patch) | |
| tree | 1014659c0aa8982c30dfe0ea7e66155a6bd40f9d | |
| parent | 97f9d0c7e6fca70a0ed3de280ee7f040aee01951 (diff) | |
Update issue report.yml (#14099)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue report.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue report.yml b/.github/ISSUE_TEMPLATE/issue report.yml index 4f58c5bc5..269968839 100644 --- a/.github/ISSUE_TEMPLATE/issue report.yml +++ b/.github/ISSUE_TEMPLATE/issue report.yml @@ -1,6 +1,7 @@ name: Issue Report description: File an issue report labels: [bug, triage] +type: Bug body: - type: markdown id: introduction @@ -140,7 +141,9 @@ body: - **Reverse Proxy**: [e.g. none, nginx, apache, etc.] - **Base URL**: [e.g. none, yes: /example] - **Networking**: [e.g. Host, Bridge/NAT] - - **Storage**: [e.g. local, NFS, cloud] + - **Jellyfin Data Storage**: [e.g. local SATA SSD, local HDD] + - **Media Storage**: [e.g. Local HDD, SMB Share] + - **External Integrations**: [e.g. Jellystat, Jellyseerr] value: | - OS: - Linux Kernel: @@ -155,7 +158,9 @@ body: - Reverse Proxy: - Base URL: - Networking: - - Storage: + - Jellyfin Data Storage: + - Media Storage: + - External Integrations: render: markdown validations: required: true |
