From 28a70636559288920ae045b7265b11867b09a6b7 Mon Sep 17 00:00:00 2001 From: xLinka Date: Wed, 6 Sep 2023 14:37:31 +0100 Subject: [PATCH] Create Feature-Request.md --- .github/ISSUE_TEMPLATE/Feature-Request.md | 38 +++++++++++++++++++++++ 1 file changed, 38 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..b6f47e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature-Request.md @@ -0,0 +1,38 @@ +--- +name: Feature Request +about: Suggest a new idea or feature +title: '' +labels: Enhancement +assignees: '' + +--- + +💡 **Feature Request** + +**Describe the new feature or idea:** + +[Please provide a clear and detailed description of the feature you are suggesting.] + +**Use Case** + +[Explain how this feature would benefit users or improve the project. Provide specific scenarios or examples if possible.] + +🚀 **Proposed Implementation** + +[If you have any ideas on how this feature could be implemented, please share them here. This could include technical details or design suggestions.] + +💬 **Additional Context** + +[Is there any additional context or information you'd like to add regarding this feature request?] + +📅 **Target Release (if applicable)** + +[Specify if there's a specific release or timeframe you have in mind for this feature.] + +📋 **Related Issues/PRs** + +[Are there any existing issues or pull requests related to this feature request?] + +📎 **Attachments (if any)** + +[Attach any relevant files or additional information here.]