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

Feature request template #156

Merged
merged 1 commit into from
Nov 25, 2024
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Feature Request Template

## Summary
<!-- A clear and concise description of the feature you're requesting (2-3 sentences max) -->

## Motivation
<!-- Why should this feature be implemented? -->
- **Problem**: What problem does this solve?
- **Impact**: Who will benefit from this feature?
- **Context**: How does this relate to existing features?

## Detailed Proposal
<!-- Provide specific details about your feature request -->

### Use Cases
<!-- List specific examples of how and when this feature would be used -->
1.
2.

### Technical Details
<!-- If applicable, provide technical specifications or implementation ideas -->
- **Scope**:
- **Dependencies**:
- **Implementation ideas**:

### Potential Challenges
<!-- List any concerns, technical limitations, or other challenges -->
-
-

## Alternatives Considered
<!-- What other approaches have you considered? -->
1. Alternative A
- Pros:
- Cons:
2. Alternative B
- Pros:
- Cons:

## Additional Context
<!-- Add any other context, mockups, or screenshots about the feature request here -->
Loading