diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2025-11-18 21:05:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 21:05:43 -0500 |
| commit | aa4ddd139a7c01889a99561fc314121ba198dd70 (patch) | |
| tree | 45021fa45a6040cb50c67b77678d85d758934d78 /.github | |
| parent | efabfbc931d0e8843aed92b8fccac4a106208590 (diff) | |
Add all 10.11 versions to issue template (#15565)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue report.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue report.yml b/.github/ISSUE_TEMPLATE/issue report.yml index d304fb729..2ed8b0512 100644 --- a/.github/ISSUE_TEMPLATE/issue report.yml +++ b/.github/ISSUE_TEMPLATE/issue report.yml @@ -87,7 +87,10 @@ body: label: Jellyfin Server version description: What version of Jellyfin are you using? options: - - 10.11.0+ + - 10.11.3 + - 10.11.2 + - 10.11.1 + - 10.11.0 - Master - Unstable - Older* |
