From c3b9042f7beacb51ca8934ab1525049806ddb5a6 Mon Sep 17 00:00:00 2001
From: Lluis Gifre Renom <lluis.gifre@cttc.es>
Date: Mon, 24 Oct 2022 15:05:38 +0000
Subject: [PATCH] Add Enhancement template

---
 .gitlab/issue_templates/enhancement.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .gitlab/issue_templates/enhancement.md

diff --git a/.gitlab/issue_templates/enhancement.md b/.gitlab/issue_templates/enhancement.md
new file mode 100644
index 000000000..06ea401cf
--- /dev/null
+++ b/.gitlab/issue_templates/enhancement.md
@@ -0,0 +1,20 @@
+# Proposers
+
+- name-of-proposer-1 (institution-of-proposer-1)
+- name-of-proposer-2 (institution-of-proposer-2)
+...
+
+# Description
+
+Describe your proposal in ~1000 characters.
+You can reference external content listed in section "References" as [Ref-1].
+
+# Demo or definition of done
+
+Describe which high level conditions needs to be fulfilled to demonstrate this feature implementation is completed.
+You can reference external content (example, demo paper) listed in section "References" as [Ref-2].
+
+# References
+
+1. [Reference name](https://reference-url)
+2. Author1, Author2, Author3, et. al., “My demo using feature,” in Conference-Name Demo Track, 20XX.
-- 
GitLab