From 4ccd27dff527007746eb4a68791ff09220d943bf Mon Sep 17 00:00:00 2001 From: Thomas Leeds Date: Sun, 31 Dec 2023 18:44:57 +0000 Subject: [PATCH] feat: create feature report template (#33) --- .github/ISSUE_TEMPLATE/feature_request.md | 37 +++++++++++++++++++++++ 1 file changed, 37 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..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.]