60 lines
No EOL
1.6 KiB
Markdown
60 lines
No EOL
1.6 KiB
Markdown
---
|
|
name: Enhancement/Feature Request
|
|
about: Suggest an idea or improvement for this project
|
|
title: '[ENHANCEMENT] '
|
|
labels: ['enhancement']
|
|
assignees: ''
|
|
---
|
|
|
|
## Enhancement Description
|
|
A clear and concise description of what the enhancement is.
|
|
|
|
## Problem/Motivation
|
|
What problem does this solve? What's the motivation behind this enhancement?
|
|
|
|
## Location (if applicable)
|
|
**File(s)**:
|
|
**Line(s)**:
|
|
**TODO/Comment Reference**:
|
|
|
|
## Proposed Solution
|
|
Describe the solution you'd like to see implemented.
|
|
|
|
## Alternative Solutions
|
|
Describe any alternative solutions or features you've considered.
|
|
|
|
## Implementation Details
|
|
- [ ] API changes required
|
|
- [ ] Database schema changes
|
|
- [ ] Breaking changes
|
|
- [ ] New dependencies needed
|
|
- [ ] Documentation updates needed
|
|
|
|
## Acceptance Criteria
|
|
- [ ] Criterion 1
|
|
- [ ] Criterion 2
|
|
- [ ] Criterion 3
|
|
|
|
## Additional Context
|
|
Add any other context, screenshots, or examples about the enhancement here.
|
|
|
|
## Related Issues/TODOs
|
|
Link any related issues or TODO comments from the codebase.
|
|
|
|
## Priority
|
|
- [ ] High - Critical for functionality
|
|
- [ ] Medium - Important improvement
|
|
- [ ] Low - Nice-to-have
|
|
|
|
## Labels to Add
|
|
Select appropriate labels:
|
|
- [ ] `technical-debt` - Code quality improvement
|
|
- [ ] `api` - API-related
|
|
- [ ] `database` - Database-related
|
|
- [ ] `llm-support` - LLM integration
|
|
- [ ] `ui` - User interface
|
|
- [ ] `permissions` - Authentication/authorization
|
|
- [ ] `pipeline` - Pipeline-related
|
|
- [ ] `visualization` - Data visualization
|
|
- [ ] `good first issue` - Good for newcomers
|
|
- [ ] `help wanted` - Extra attention needed |