From cda869ad1caba7d453aa7db9299999a4a28136a1 Mon Sep 17 00:00:00 2001
From: Tanner Prestegard <tanner.prestegard@ligo.org>
Date: Mon, 22 Apr 2019 13:13:14 -0500
Subject: [PATCH] Add feature request issue template

---
 .gitlab/issue_templates/Feature-request.md | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 .gitlab/issue_templates/Feature-request.md

diff --git a/.gitlab/issue_templates/Feature-request.md b/.gitlab/issue_templates/Feature-request.md
new file mode 100644
index 000000000..25856923c
--- /dev/null
+++ b/.gitlab/issue_templates/Feature-request.md
@@ -0,0 +1,25 @@
+## Description of feature request
+<!--
+Describe your feature request!
+Is it a web interface change? Some underlying feature? An API resource?
+The more detail you can provide, the better.
+-->
+
+
+## Use cases
+<!-- List some specific cases where this feature will be useful -->
+
+
+## Benefits
+<!-- Describe the benefits of adding this feature -->
+
+
+## Drawbacks
+<!--
+Are there any drawbacks to adding this feature?
+Can you think of any ways in which this will negatively affect the service for any set of users?
+-->
+
+
+## Suggested solutions
+<!-- Do you have any ideas for how to implement this feature? -->
-- 
GitLab