diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 9ace5daf932de9caf871bd354472f88a155315db..4687f9aa4a7bf1eb813a65c836b18576cff4d1ac 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -1,25 +1,40 @@
-#### Issue description
+## Summary
 
+(Summarize the bug encountered concisely)
 
 
-#### Steps to reproduce the issue
+Steps to reproduce
 
-1.  
-2. 
-3. 
+(How one can reproduce the issue - this is very important)
 
 
-#### What's the expected result?
+Example Project
 
--
+(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report)
 
+(If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version)
 
-#### What's the actual result?
 
--
+What is the current bug behavior?
 
+(What actually happens)
 
-#### Additional details / screenshot
 
-- ![Screenshot]()
--
\ No newline at end of file
+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)
+
+/label ~bug ~reproduced ~needs-investigation
+/cc @project-manager
+/assign @qa-tester
\ No newline at end of file