From 9f00305844e5a168e89d727fe29892b4ad5e48d6 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Mon, 12 Oct 2020 15:25:14 +0000
Subject: [PATCH] fix: rename issue_templates labels

---
 .gitlab/issue_templates/bug.md             | 2 +-
 .gitlab/issue_templates/feature-request.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
index 96ae700d03..7fec749a1f 100644
--- a/.gitlab/issue_templates/bug.md
+++ b/.gitlab/issue_templates/bug.md
@@ -33,4 +33,4 @@ logs, and code as it's very hard to read otherwise.
 
 [If you can, link to the line of code that might be responsible for the problem]
 
-/label ~bug
+/label ~Bug
diff --git a/.gitlab/issue_templates/feature-request.md b/.gitlab/issue_templates/feature-request.md
index 1832dfb904..644a8fd41a 100644
--- a/.gitlab/issue_templates/feature-request.md
+++ b/.gitlab/issue_templates/feature-request.md
@@ -16,4 +16,4 @@ considered.
 
 Add any other context or screenshots about the feature request here.
 
-/label ~feature-request
+/label ~"Feature request"
-- 
GitLab