Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create feature report template #33

Merged
merged 2 commits into from
Dec 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.]
Loading