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.

87 lines
2.3 KiB
YAML
Raw Normal View History

2024-12-19 04:17:55 +00:00
name: "Bug Report [NEW]"
2024-12-19 03:12:02 +00:00
description: "Report an issue with the software."
2024-12-19 04:17:55 +00:00
title: "[Bug]: "
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."
placeholder: "e.g., App crashes when opening a file"
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: |
e.g.,
1. Open the app.
2. Click on the file.
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
id: jellyfin_server
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:
- "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."
placeholder: "Paste your logs here..."
render: "bash"
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"
description: "Please provide the server logs."
placeholder: "Paste your server logs here..."
render: "bash"
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 04:17:55 +00:00
placeholder: "e.g., Additional context or setup details"
validations:
required: false