From f56e7c9afd89ef8187524aa2ef1f069198db2e80 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julius=20H=C3=A4rtl?= <jus@bitgrid.net>
Date: Fri, 7 Dec 2018 11:01:03 +0100
Subject: [PATCH] Add labels to issue templates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
---
 .github/ISSUE_TEMPLATE/Bug_report.md      | 1 +
 .github/ISSUE_TEMPLATE/Feature_request.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index 96f88405b8d..0bb5d346bb8 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -1,6 +1,7 @@
 ---
 name: Bug report
 about: Help us improving by reporting a bug
+labels: bug, 0. Needs triage
 ---
 
 <!--
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md
index 73efe4228aa..a76e2be6657 100644
--- a/.github/ISSUE_TEMPLATE/Feature_request.md
+++ b/.github/ISSUE_TEMPLATE/Feature_request.md
@@ -1,6 +1,7 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
+labels: enhancement, 0. Needs triage
 ---
 
 <!--
-- 
GitLab