mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
adress review
This commit is contained in:
parent
6a58b9ebe5
commit
ab904cc59a
1 changed files with 10 additions and 10 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -8,7 +8,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Summary"
|
label: "Summary"
|
||||||
description: "Provide a short description of the issue."
|
description: "Provide a short description of the issue."
|
||||||
placeholder: "e.g., App crashes when opening a file"
|
placeholder: "When playing a movie via the «Resume from» context menu, I get the error message «xyz»"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -18,9 +18,8 @@ body:
|
||||||
label: "Steps to Reproduce"
|
label: "Steps to Reproduce"
|
||||||
description: "Provide detailed steps to reproduce the issue."
|
description: "Provide detailed steps to reproduce the issue."
|
||||||
placeholder: |
|
placeholder: |
|
||||||
e.g.,
|
|
||||||
1. Open the app.
|
1. Open the app.
|
||||||
2. Click on the file.
|
2. Click on a movie.
|
||||||
3. The app crashes.
|
3. The app crashes.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -33,7 +32,7 @@ body:
|
||||||
placeholder: "e.g., Ubuntu 24.04"
|
placeholder: "e.g., Ubuntu 24.04"
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: jellyfin_server
|
id: jellyfin_server_version
|
||||||
attributes:
|
attributes:
|
||||||
label: "Jellyfin Server Version"
|
label: "Jellyfin Server Version"
|
||||||
description: "Specify the version of the Jellyfin server you're using. If you're using an unstable build, please include the commit hash."
|
description: "Specify the version of the Jellyfin server you're using. If you're using an unstable build, please include the commit hash."
|
||||||
|
@ -52,6 +51,7 @@ body:
|
||||||
label: "Addon Mode"
|
label: "Addon Mode"
|
||||||
description: "Select how you're using the addon."
|
description: "Select how you're using the addon."
|
||||||
options:
|
options:
|
||||||
|
- "Please Select..."
|
||||||
- "Addon-mode"
|
- "Addon-mode"
|
||||||
- "Direct-path mode ('native')"
|
- "Direct-path mode ('native')"
|
||||||
validations:
|
validations:
|
||||||
|
@ -62,8 +62,8 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Logs"
|
label: "Logs"
|
||||||
description: "Please provide the logs."
|
description: "Please provide the logs."
|
||||||
placeholder: "Paste your logs here..."
|
placeholder: "Paste your Kodi logs here..."
|
||||||
render: "bash"
|
render: "python"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -71,9 +71,9 @@ body:
|
||||||
id: server_logs
|
id: server_logs
|
||||||
attributes:
|
attributes:
|
||||||
label: "Server Logs"
|
label: "Server Logs"
|
||||||
description: "Please provide the server logs."
|
description: "Please provide server logs (if relevant)."
|
||||||
placeholder: "Paste your server logs here..."
|
placeholder: "Paste your server logs here..."
|
||||||
render: "bash"
|
render: "csharp"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
@ -82,6 +82,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: "Additional Information"
|
label: "Additional Information"
|
||||||
description: "Provide any other relevant information."
|
description: "Provide any other relevant information."
|
||||||
placeholder: "e.g., Additional context or setup details"
|
placeholder: "Additional context, setup details or screenshots"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
Loading…
Reference in a new issue