# Pull Request
## π Description
<!-- Provide a clear description of what this PR does -->
## π Related Issues
<!-- Link related issues: Fixes #123, Closes #456, Related to #789 -->
Fixes #
## π― Type of Change
<!-- Mark the relevant option with an [x] -->
- [ ] π Bug fix (non-breaking change that fixes an issue)
- [ ] β¨ New feature (non-breaking change that adds functionality)
- [ ] π₯ Breaking change (fix or feature that causes existing functionality to change)
- [ ] π Documentation update
- [ ] π¨ Code style/refactoring (no functional changes)
- [ ] π§ͺ Test updates
- [ ] βοΈ Build/CI configuration
- [ ] π§ Other (please describe):
## π§ͺ Testing
<!-- Describe how you tested your changes -->
- [ ] Tests pass locally (`bun test`)
- [ ] Linter passes (`bun run lint`)
- [ ] Manual testing completed
- [ ] Added new tests for new functionality
### Test Coverage
<!-- Describe your test coverage -->
## πΈ Screenshots (if applicable)
<!-- Add screenshots for UI changes -->
## β
Checklist
<!-- Mark completed items with [x] -->
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
- [ ] I have updated the CHANGELOG.md (if applicable)
## π Documentation
<!-- Check all that apply -->
- [ ] README.md updated
- [ ] CHANGELOG.md updated
- [ ] Documentation in docs/ updated
- [ ] JSDoc comments added/updated
- [ ] No documentation changes needed
## π Additional Context
<!-- Add any other context about the PR here -->
## π Breaking Changes
<!-- If this is a breaking change, describe the impact and migration path -->
## π Benefits
<!-- Describe the benefits of this PR -->