From f57ac6d62486cea1fbfd552eae88eddead297832 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 13 Sep 2023 16:56:09 +0200 Subject: [PATCH] github: add feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 00000000..8b81afa9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request] - " +labels: '' +assignees: '' + +--- + +**Summary** +Provide a concise summary of the feature you are requesting. + +**Description** +Please describe in detail the feature you would like to see implemented. + +**Use Case** +Explain why this feature is important and how it would improve the user experience. + +**Additional context** +Include any additional information, screenshots, or examples that could be helpful in understanding or implementing the feature.