From 306648a37d053109711442b216645f3cdcddce48 Mon Sep 17 00:00:00 2001 From: rugk Date: Sun, 3 Dec 2023 13:14:57 +0100 Subject: [PATCH] Improve bug reporting template (#1111) * Improve bug reporting template I tried some adjustments to the bug report template to include more details and structure the information in a better way. * Better colon position --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3b2d0e2..a7d837b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,17 +7,32 @@ assignees: '' --- -**Desktop (please complete the following information):** +**Bug Description** +... -- Czkawka version: -- OS version: -- Terminal output[optional]: +**Steps to reproduce:** + + +**Terminal output** (optional): + +
+Debug log + +``` -**Bug Description** -... +``` + +
+ +**System** + +- Czkawka version: +- OS version: + +