From 489e6c0a9713c72b41367f2d5336e7a5f0714f45 Mon Sep 17 00:00:00 2001
From: Phil Ewels <phil.ewels@scilifelab.se>
Date: Thu, 5 Nov 2020 10:03:26 +0100
Subject: [PATCH] Update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md      |  9 +++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++++++-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dea1805..d0d8891 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,3 +1,12 @@
+---
+name: Bug report
+about: Let us know about something that is not working
+title: ''
+labels: bug
+assignees: ''
+
+---
+
 <!--
 # nf-core/hic bug report
 
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index ab6ff7c..5a01a82 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,3 +1,12 @@
+---
+name: Feature request
+about: Suggest a new feature for this pipeline
+title: ''
+labels: enhancement
+assignees: ''
+
+---
+
 <!--
 # nf-core/hic feature request
 
@@ -25,4 +34,3 @@ Please delete this text and anything that's not relevant from the template below
 ## Additional context
 
 <!-- Add any other context about the feature request here. -->
-
-- 
GitLab