From e0256a6a311781a458d9153562f6f9508008a4e2 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Wed, 21 Oct 2020 21:24:58 +0200
Subject: [PATCH] Fix templates

---
 .github/ISSUE_TEMPLATE/bug-report.md   | 13 ++++---------
 .github/ISSUE_TEMPLATE/pull_request.md |  5 +++++
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 3305f8e..25824a5 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -1,12 +1,7 @@
-* **I'm submitting a ...**
-  - [ ] bug report
-  - [ ] feature request
-  - [ ] support request => Please do not submit support request here, see note at the top of this template.
-
-
-* **Do you want to request a *feature* or report a *bug*?**
-
-
+---
+name: Bug Report
+about: Report a bug with the container / image
+---
 
 * **What is the current behavior?**
 
diff --git a/.github/ISSUE_TEMPLATE/pull_request.md b/.github/ISSUE_TEMPLATE/pull_request.md
index 7f4f82a..9ba36a2 100644
--- a/.github/ISSUE_TEMPLATE/pull_request.md
+++ b/.github/ISSUE_TEMPLATE/pull_request.md
@@ -1,3 +1,8 @@
+---
+name: Pull Request
+about: Pull request for a change / addition / fix you made to the repository.
+---
+
 * **Please check if the PR fulfills these requirements**
 - [ ] Tests for the changes have been added (for bug fixes / features)
 - [ ] Docs have been added / updated (for bug fixes / features)
-- 
GitLab