From 2e52af59650c82541d1002d19ec6ac67de985ac4 Mon Sep 17 00:00:00 2001 From: Franck FERMAN Date: Tue, 24 Oct 2023 17:57:51 +0000 Subject: [PATCH] Add Feature Request Issue Template. Introduce a structured Feature Request template for issue tracking. This enhancement provides a comprehensive format for users and contributors to suggest new functionalities or improvements. The intention is to streamline the process of capturing and evaluating feature proposals, ensuring alignment with the project's vision and addressing any associated challenges. This systematic approach will foster clarity, promote thoughtful suggestions, and ease the integration of valuable feedback into the project's roadmap. --- .github/ISSUE_TEMPLATE/feature-request.md | 28 +++++++++++++++++++++++ 1 file changed, 28 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..481dbd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,28 @@ +--- +name: Feature request +about: Clearly outline the primary goal of this feature request. +title: "[FEATURE]" +labels: enhancement +assignees: franckferman + +--- + +**Problem Nexus:** +_Can you link this feature request to an existing problem or limitation?_ +Provide a precise and thorough depiction of the issue. For instance, "The current workflow requires manual data entry, leading to inefficiencies and potential for error." + +**Envisioned Solution:** +_Detail the desired feature or enhancement._ +Expound upon how you imagine this feature will function, how it will address the problem, and the advantages it will introduce. + +**Alternative Strategies Assessed:** +_Have you thought of other potential solutions?_ +List and briefly explain other solutions or functionalities you've considered. Highlight why they might be less optimal than your proposed solution. + +**Implications and Integration:** +_How will this feature fit into the current system?_ +Discuss any potential interactions with existing features, how it aligns with the project's goals, or any other relevant integrations. + +**Visual Demonstrations (if applicable):** +_Do you have visual aids or mock-ups?_ +Embed any diagrams, wireframes, or screenshots that can provide clarity on the desired feature's function and integration.