From 727c094d65b4539cf150d319646d3aad11a60f57 Mon Sep 17 00:00:00 2001
From: mueller-ma <mueller-ma@users.noreply.github.com>
Date: Mon, 15 Apr 2019 17:30:27 +0200
Subject: [PATCH] Add labels to issue templates (#1301)

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
---
 .github/ISSUE_TEMPLATE/bug-report.md      | 1 +
 .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index e143730b..d022d6f9 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,6 +1,7 @@
 ---
 name: Bug report
 about: 'Create a report to help us improve the openHAB client for Android'
+labels: bug
 
 ---
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index e0eaa0a0..50390962 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,17 +1,18 @@
 ---
 name: Feature request
 about: Suggest an idea for the openHAB client for Android
+labels: enhancement
 
 ---
 
-**Is your feature request related to a problem? Please describe.**
+### Is your feature request related to a problem? Please describe.
 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
 
-**Describe the solution you'd like**
+### Describe the solution you'd like
 A clear and concise description of what you want to happen.
 
-**Describe alternatives you've considered**
+### Describe alternatives you've considered
 A clear and concise description of any alternative solutions or features you've considered.
 
-**Additional context**
+### Additional context
 Add any other context or screenshots about the feature request here.
-- 
GitLab