intro-skipper/.github/ISSUE_TEMPLATE/bug_report_form.yml

78 lines
2.5 KiB
YAML
Raw Normal View History

2024-03-08 08:45:51 -05:00
name: "Bug report"
description: "Create a report to help us improve"
title: "[Bug]: "
labels: [bug]
body:
2024-05-29 18:01:04 -04:00
- type: checkboxes
id: requirements
attributes:
label: Self service debugging
description: |
Jellyfin 10.9 is still being actively updated. Please make sure you are using the newest release
Docker containers have known permission issues that can be resolved with a few extra steps.
2024-07-20 09:57:51 -04:00
If your skip button is not shown, please see [Troubleshooting](https://github.com/jumoog/intro-skipper/?tab=readme-ov-file#skip-button-is-not-visible)
2024-05-29 18:01:04 -04:00
options:
- label: Jellyfin is updated and my permissions are correct (or I did not use Docker)
required: true
2024-03-08 08:45:51 -05:00
- type: textarea
attributes:
label: Describe the bug
description: Also tell us, what did you expect to happen?
placeholder: |
The more information that you are able to provide, the better. Did you do anything before this happened? Did you upgrade or change anything? Any screenshots or logs you can provide will be helpful.
This is my issue.
Steps to Reproduce
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: input
attributes:
2024-05-29 17:48:15 -04:00
label: Jellyfin install method
description: How you installed Jellyfin or the tool used to install it
2024-03-08 08:45:51 -05:00
placeholder: Docker, Windows installer, etc.
validations:
required: true
- type: input
attributes:
2024-05-29 17:51:03 -04:00
label: Container image/tag or Jellyfin version
2024-05-29 17:48:15 -04:00
description: The container for Docker or Jellyfin version for a native install
2024-03-08 08:45:51 -05:00
placeholder: jellyfin/jellyfin:10.8.7, jellyfin-intro-skipper:latest, etc.
2024-05-29 17:51:03 -04:00
validations:
required: true
2024-03-08 08:45:51 -05:00
- type: input
attributes:
label: Operating System
2024-05-29 17:48:15 -04:00
description: The operating system of the Jellyfin / Docker host computer
2024-03-08 08:45:51 -05:00
placeholder: Debian 11, Windows 11, etc.
validations:
required: true
- type: input
attributes:
label: IMDb ID of that TV Series
placeholder: tt0903747
2024-03-08 08:45:51 -05:00
- type: textarea
attributes:
label: Support Bundle
placeholder: go to Dashboard -> Plugins -> Intro Skipper -> Support Bundle (at the bottom of the page) and paste the contents of the textbox here
2024-04-12 18:45:27 +02:00
render: shell
2024-03-08 08:45:51 -05:00
validations:
required: true
- type: textarea
attributes:
label: Jellyfin logs
placeholder: Paste any relevant logs here
2024-04-12 18:45:27 +02:00
render: shell
2024-03-08 08:45:51 -05:00