diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b6f769e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +## Feature Request + +**Description:** +[Provide a clear and concise description of the new feature you are requesting.] + +**Use Case:** +[Explain the use case or scenario where this feature would be beneficial.] + +**Proposed Solution:** +[If you have a specific solution or implementation in mind, describe it here.] + +**Benefits:** +[List any benefits or advantages that implementing this feature would bring.] + +**Related Issues/Pull Requests:** +[Check if there are any existing issues or pull requests related to this feature. If yes, link them here.] + +**Additional Context:** +[Provide any additional context, considerations, or information that might be relevant to the feature request.] + +## Contributor Guidance + +**Would you be willing to work on this feature?** +- [ ] Yes +- [ ] No + +**Additional Notes for Contributors:** +[Include any additional notes, guidance, or requirements for contributors who may want to work on this feature.]