From b3f2cb9985b4166b09a1dde2ec6f7e06dc1609cc Mon Sep 17 00:00:00 2001
From: Keunes <keunes@mailbox.org>
Date: Wed, 8 Sep 2021 07:52:11 +0000
Subject: [PATCH] Use GitLab quick actions to set issue label.

---
 .../{bug_report.md => Bug report.md}              | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)
 rename .gitlab/issue_templates/{bug_report.md => Bug report.md} (82%)

diff --git a/.gitlab/issue_templates/bug_report.md b/.gitlab/issue_templates/Bug report.md
similarity index 82%
rename from .gitlab/issue_templates/bug_report.md
rename to .gitlab/issue_templates/Bug report.md
index bd06549b..f7e80092 100644
--- a/.gitlab/issue_templates/bug_report.md
+++ b/.gitlab/issue_templates/Bug report.md	
@@ -1,12 +1,3 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: ''
-assignees: ''
-
----
-
 **Describe the bug**
 
 A clear and concise description of what the bug is.
@@ -22,6 +13,10 @@ A clear and concise description of what the bug is.
 
 A clear and concise description of what you expected to happen.
 
+**Actual behavior**
+
+A clear and consise description of what actually happened, instead.
+
 **Screenshots**
 
 If applicable, add screenshots to help explain your problem.
@@ -36,3 +31,5 @@ If applicable, add screenshots to help explain your problem.
 **Logs**
 
 Add any related logs from ADB or from the "Copy logs" setting.
+
+/label ~"Type: Bug"
-- 
GitLab