From 25d16fcf7daa2aeea294c2db7dfe2ade5b807845 Mon Sep 17 00:00:00 2001 From: MaxMustermann Date: Tue, 3 Mar 2026 03:15:41 +0100 Subject: [PATCH] Update bug report template for debug log requirements (#1410) Clarified the requirement for a complete debug log in the bug report template. --------- Co-authored-by: MoojMidge <56883549+MoojMidge@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c36fb13d..153bf909 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -51,7 +51,11 @@ Please provide detailed steps for reproducing the issue. ### Log -Please include a complete [debug log](https://kodi.wiki/view/Log_file). +Nothing can or will be done about your issue report without a complete **debug** log. + +It is not enough to include an excerpt of the ordinary Kodi event log. + +Details on how a debug log can be produced are available on the Kodi Wiki: https://kodi.wiki/view/Log_file.