From 686f0de3089d29d88a98f0bcada73d009359b60f Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Fri, 6 May 2022 20:34:32 +0200
Subject: [PATCH] add StEP::Status::neu to issue_templates, re #141

---
 .gitlab/issue_templates/BIEST.md | 2 +-
 .gitlab/issue_templates/StEP.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/issue_templates/BIEST.md b/.gitlab/issue_templates/BIEST.md
index a14a38d7014..8b720ed7740 100644
--- a/.gitlab/issue_templates/BIEST.md
+++ b/.gitlab/issue_templates/BIEST.md
@@ -6,4 +6,4 @@ Welches Problem ist aufgetreten und wie ist es dazu gekommen? (Hilfreich: vorher
 
 Ist der Fehler reproduzierbar? Falls ja, wie.
 
-/label ~"BIEST"
+/label ~BIEST
diff --git a/.gitlab/issue_templates/StEP.md b/.gitlab/issue_templates/StEP.md
index f61b8990481..72293498704 100644
--- a/.gitlab/issue_templates/StEP.md
+++ b/.gitlab/issue_templates/StEP.md
@@ -40,4 +40,4 @@ Sehr knappe Zusammenfassung des Proposals (Titel/Ãœberschrift)
 
 - [Regeln für StEPs](https://develop.studip.de/studip/dispatch.php/course/scm/9f22a869f704747dd066fbfe7ef55684?cid=1927f2b86d6b185aa6c6697810ad42f1)
 
-/label ~StEP 
+/label ~StEP ~StEP::Status::neu
-- 
GitLab