diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c9793e1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + +**What's needed and why ?** +Describe the feature you would like to see in the project and why it should be implemented. + +**Implementations ideas (optional)** +How it should be used and integrated into the project ? List some posts, research papers or codes that we can use as implementation.