From d256287bef3036e367ac2ff638d386744ed23a14 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 2 Apr 2021 18:25:56 +0000 Subject: [PATCH] Improve template --- .gitlab/issue_templates/bug.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index 1ead8c7ec..7da5ad235 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -6,7 +6,7 @@ Thanks! ## Description -General description of the bug. +(General description of the bug) ## Steps to reproduce @@ -14,6 +14,23 @@ General description of the bug. 2. ... 3. ... +## What is the current bug behavior? + +(What actually happens) + +## What is the expected correct behavior? + +(What you should see instead) + +## Relevant logs and/or screenshots + +(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as +it's very hard to read otherwise.) + +## Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + ## System/Matrix Information **Distribution:** Ubuntu 20.04, openSUSE, .... @@ -22,4 +39,4 @@ General description of the bug. **Quotient version:** 0.6.6 **Matrix server:** matrix.org, kde.org, .... -/label Bug +/label ~Bug