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