mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
change bugreport form
This commit is contained in:
parent
5f207736ee
commit
09e285f91b
1 changed files with 0 additions and 3 deletions
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,5 @@
|
||||||
name: "Bug Report"
|
name: "Bug Report"
|
||||||
description: "Report an issue with the software."
|
description: "Report an issue with the software."
|
||||||
title: "[Bug]: "
|
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -63,7 +62,6 @@ body:
|
||||||
label: "Logs"
|
label: "Logs"
|
||||||
description: "Please provide the logs."
|
description: "Please provide the logs."
|
||||||
placeholder: "Paste your Kodi logs here..."
|
placeholder: "Paste your Kodi logs here..."
|
||||||
render: "python"
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -73,7 +71,6 @@ body:
|
||||||
label: "Server Logs"
|
label: "Server Logs"
|
||||||
description: "Please provide server logs (if relevant)."
|
description: "Please provide server logs (if relevant)."
|
||||||
placeholder: "Paste your server logs here..."
|
placeholder: "Paste your server logs here..."
|
||||||
render: "csharp"
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue