From 18927d908b1ee5230cc22a7c0c504563e80d47e8 Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Fri, 12 Aug 2022 12:57:21 +0200
Subject: [PATCH] =?UTF-8?q?FEAT:=20add=20default=20issue=20template=C2=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

see: https://docs.gitlab.com/ee/user/project/description_templates.html#set-a-default-template-for-merge-requests-and-issues
---
 .gitlab/issue_templates/Default.md | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 .gitlab/issue_templates/Default.md

diff --git a/.gitlab/issue_templates/Default.md b/.gitlab/issue_templates/Default.md
new file mode 120000
index 0000000..3d03114
--- /dev/null
+++ b/.gitlab/issue_templates/Default.md
@@ -0,0 +1 @@
+Feature Proposal.md
\ No newline at end of file
-- 
GitLab