From 939f1f0ea5e8f36a8940073bba646bc62b2ec08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A9tous?= Date: Wed, 28 Apr 2021 23:39:49 +0200 Subject: [PATCH] Create a template for bug reports --- .gitlab/issue_templates/Bug.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..1bf6933 --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,26 @@ +## Summary + +(Summarize the bug encountered concisely) + +## Steps to reproduce + +(Steps by steps instructions to reproduce the bug) + +## Debug logs + +(Add here at least the Kodi [debug log](https://kodi.wiki/view/Log_file) which +contains the error reported while reproducing the bug. You may also attach any relevant screenshot.) + + +## System Information + +* **Kodi version**: (from Kodi "Settings" → "System Information" → + "Version info" at the bottom-right of the screen with Estuary skin) +* **Operating System name and version**: (from Kodi "Settings" → "System + Information" → "Summary" → "Operating System") +* **Add-on version**: (from Kodi "Settings" → "Add-ons" → "My add-ons" + → "Video add-ons" → "PeerTube" → the version is at the top of + the screen below the title with Estuary skin) + + +/label ~bug \ No newline at end of file