## PR Title Format **Please ensure your PR title follows one of these formats:** - `feat: ` - New features (triggers MINOR version bump) - `fix: ` - Bug fixes (triggers PATCH version bump) - `breaking: ` or `BREAKING CHANGE: ` - Breaking changes (triggers MAJOR version bump) - `perf: ` - Performance improvements (triggers PATCH version bump) - `refactor: ` - Code refactoring (triggers PATCH version bump) - `docs: ` - Documentation only (no version bump) - `chore: ` - Maintenance tasks (no version bump) - `test: ` - Test additions/changes (no version bump) - `ci: ` - CI/CD changes (no version bump) - `style: ` - Code style changes (no version bump) ## Description Please provide a clear and concise description of what this PR does. ## Changes Made - [ ] List the specific changes made - [ ] Include any breaking changes - [ ] Note any dependencies added/removed ## Testing - [ ] Unit tests pass - [ ] Integration tests pass (if applicable) - [ ] Manual testing completed - [ ] Documentation updated (if needed) ## Related Issues Fixes #(issue number) ## Checklist - [ ] PR title follows the format guidelines above - [ ] Code follows the project's style guidelines - [ ] Self-review completed - [ ] Tests added/updated as needed - [ ] Documentation updated as needed - [ ] All tests passing - [ ] Ready for review ## Additional Notes Any additional information that reviewers should know.