diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 0000000000000000000000000000000000000000..7e4c7cad02e277e3357f8cf7f1a6bacea2531b67 --- /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.]