From 0161dca4b0ce1da47a7e59410ef76d512b9c155d Mon Sep 17 00:00:00 2001 From: Yannis Barlas <yannisbarlas@gmail.com> Date: Mon, 21 Dec 2020 13:13:30 +0200 Subject: [PATCH] chore(*): add feature request template --- .gitlab/issue_templates/feature_request.md | 27 ++++++++++++++++++++++ 1 file changed, 27 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 0000000000..7e4c7cad02 --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,27 @@ +[Template for request for comments (RFC) on feature proposals] + +# RFC: Feature proposal: [Title] + +## 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?] + +## Proposal + +[A precise statement of the proposed feature.] + +## Design + +[Include sketch or wireframes of the UI changes necessary for this feature] + +## Implementation (if applicable) + +[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) + +[Links to and a discussion of related issues, if applicable.] -- GitLab