From 00daa3a5badba756069d29f1d21b2bf68bf375c8 Mon Sep 17 00:00:00 2001 From: Pedro Bianchini de Quadros <65463695+pedrobiqua@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:54:54 -0300 Subject: [PATCH] Create feature.md --- .github/ISSUE_TEMPLATE/feature.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..ffdc49c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +--- + +# Feature Request + +## Description + +Provide a clear and concise description of the feature you are requesting. +Explain why this feature would be valuable to the project. + +## Proposed Solution + +If applicable, describe how the feature could be implemented. +Include code snippets, examples, or references if available. + +## Alternatives Considered + +Have you considered any alternatives or workarounds? +If so, describe them here. + +## Additional Context + +Add any other information, screenshots, or mockups that might help explain the feature request.