From 7b7813aae330009d40ca0c6c0703e6af884fba05 Mon Sep 17 00:00:00 2001
From: Jan Maximilian Michal <j.michal@stud.uni-goettingen.de>
Date: Thu, 2 Nov 2017 16:57:50 +0100
Subject: [PATCH] Small corrections to issue templates

---
 .gitlab/issue_templates/Bug.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 0622166b..34f76c3a 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -1,28 +1,28 @@
-####Summary
+#### Summary
 
 
 
-####Steps to reproduce
+####  Steps to reproduce
 
 
 
-####Example Project
+#### Example Project
 
 
 
-####What is the current bug behavior?
+#### What is the current bug behavior?
 
 
 
-####What is the expected correct behavior?
+#### What is the expected correct behavior?
 
 
 
-####Relevant logs and/or screenshots
+#### Relevant logs and/or screenshots
 
 
 
-####Possible fixes
+#### Possible fixes
 
 /label Bug
-/label Needs assignment
+/label ~"Needs assignment"
-- 
GitLab