From 9ce34a79e539864757250c41cc86e23ce1f2e863 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 25 Sep 2018 13:37:36 +0200
Subject: [PATCH] .github: add feature request template

---
 .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md

diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000000..75ac6a10af
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,14 @@
+---
+name: Feature Request
+about: Ask for missing features or improvements
+
+---
+
+#### Description
+<!-- Please describe your use case, why you need this feature and why this
+feature is important for RIOT. -->
+
+### Useful links
+<!-- Please include links to any documentation that you think is useful. -->
+
+<!-- Thanks for contributing! -->
-- 
GitLab