From e1ec7f54d5e14fb75813745b3067e6de08152235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Wed, 7 Jun 2023 00:33:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20feature=20request?= =?UTF-8?q?=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c109080 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project. +title: '' +labels: enhancement +assignees: '' + +--- + +# Feature Request + +## Summary +Briefly describe what this feature request is about. + +## Motivation +Why should this feature be implemented? How will it benefit the project and its users? + +## Detailed Description +Please provide a detailed description of the proposed feature, including any suggestions you have for how it could be implemented. + +## Additional Context +Add any other context or screenshots about the feature request here. If this feature request is related to a problem, please describe it.