From 7ea9d536b37a07877fd5c306e5e8490dd6455212 Mon Sep 17 00:00:00 2001
From: Dione Mentis <dione@coko.foundation>
Date: Wed, 31 May 2023 16:50:45 +0000
Subject: [PATCH] chore(*): update feature request template

---
 .gitlab/issue_templates/Feature Request.md | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/.gitlab/issue_templates/Feature Request.md b/.gitlab/issue_templates/Feature Request.md
index 7e4c7cad0..368c66af9 100644
--- a/.gitlab/issue_templates/Feature Request.md	
+++ b/.gitlab/issue_templates/Feature Request.md	
@@ -1,27 +1,23 @@
-[Template for request for comments (RFC) on feature proposals]
-
-# RFC: Feature proposal: [Title]
+<!-- Required. Provide a general summary of the issue in the title above -->
 
 ## Context
 
-[Give the necessary context for your proposal. For example, what problem will this feature solve for users? What are the use cases, benefits, and goals?]
+<!--  Give the necessary context for your proposal. For example, what problem will this feature solve for users? What are the use cases, benefits, and goals? -->
 
 ## Proposal
 
-[A precise statement of the proposed feature.]
+<!-- A precise statement of the proposed feature. -->
 
 ## Design
 
-[Include sketch or wireframes of the UI changes necessary for this feature]
+<!-- Include sketches or wireframes of the UI suggested for this feature -->
 
 ## Implementation (if applicable)
 
-[A description of the steps to implement the feature.]
+<!-- A description of the steps to implement the feature.-->
 
 ## Alternative approaches (if applicable)
 
-[Include any alternatives to meet this use case.]
-
-## Open issues (if applicable)
+<!-- Include any alternatives to meet this use case. -->
 
-[Links to and a discussion of related issues, if applicable.]
+<!-- After creating this issue you can link other related or blocking issues with the Gitlab's Linked issues functionality. -->
-- 
GitLab