jellyfin-kodi/.github/ISSUE_TEMPLATE/bug_report.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

85 lines
2.3 KiB
YAML
Raw Normal View History

name: "Bug Report"
2024-12-19 03:12:02 +00:00
description: "Report an issue with the software."
2024-12-19 04:17:55 +00:00
labels: ["bug"]
2024-12-19 03:12:02 +00:00
body:
2024-12-19 04:17:55 +00:00
- type: textarea
2024-12-19 03:12:02 +00:00
id: summary
attributes:
label: "Summary"
description: "Provide a short description of the issue."
2024-12-19 16:43:44 +00:00
placeholder: "When playing a movie via the «Resume from» context menu, I get the error message «xyz»"
2024-12-19 04:17:55 +00:00
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: "Steps to Reproduce"
description: "Provide detailed steps to reproduce the issue."
placeholder: |
1. Open the app.
2024-12-19 16:43:44 +00:00
2. Click on a movie.
2024-12-19 04:17:55 +00:00
3. The app crashes.
validations:
required: true
- type: input
2024-12-19 03:12:02 +00:00
id: os
attributes:
label: "Operating System"
2024-12-19 04:17:55 +00:00
description: "Specify the operating system you are using."
placeholder: "e.g., Ubuntu 24.04"
- type: input
2024-12-19 16:43:44 +00:00
id: jellyfin_server_version
2024-12-19 03:12:02 +00:00
attributes:
label: "Jellyfin Server Version"
2024-12-19 04:17:55 +00:00
description: "Specify the version of the Jellyfin server you're using. If you're using an unstable build, please include the commit hash."
placeholder: "e.g., 10.9 or 10.10"
- type: input
2024-12-19 03:12:02 +00:00
id: kodi_version
attributes:
label: "Kodi Version"
2024-12-19 04:17:55 +00:00
description: "Specify the Kodi version you're using."
placeholder: "e.g., 20.0"
2024-12-19 03:12:02 +00:00
- type: dropdown
id: addon_mode
attributes:
label: "Addon Mode"
2024-12-19 04:17:55 +00:00
description: "Select how you're using the addon."
2024-12-19 03:12:02 +00:00
options:
2024-12-19 16:43:44 +00:00
- "Please Select..."
2024-12-19 03:12:02 +00:00
- "Addon-mode"
- "Direct-path mode ('native')"
2024-12-19 04:17:55 +00:00
validations:
required: true
2024-12-19 03:12:02 +00:00
- type: textarea
id: logs
attributes:
label: "Logs"
2024-12-19 04:17:55 +00:00
description: "Please provide the logs."
2024-12-19 16:43:44 +00:00
placeholder: "Paste your Kodi logs here..."
2024-12-19 04:17:55 +00:00
validations:
required: true
- type: textarea
2024-12-19 03:12:02 +00:00
id: server_logs
attributes:
2024-12-19 04:17:55 +00:00
label: "Server Logs"
2024-12-19 16:43:44 +00:00
description: "Please provide server logs (if relevant)."
2024-12-19 04:17:55 +00:00
placeholder: "Paste your server logs here..."
validations:
required: false
2024-12-19 03:12:02 +00:00
- type: textarea
id: additional_info
attributes:
2024-12-19 04:17:55 +00:00
label: "Additional Information"
2024-12-19 03:12:02 +00:00
description: "Provide any other relevant information."
2024-12-19 16:43:44 +00:00
placeholder: "Additional context, setup details or screenshots"
2024-12-19 04:17:55 +00:00
validations:
2024-12-19 16:43:44 +00:00
required: false