- Bug fix (non breaking change that fixes an issue)
- New feature (non breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactor (no functional changes)
- Performance improvement
- CI/CD or tooling change
- Unit tests
- Integration tests
- Manual testing
Test environment:
- OS:
- Runtime version:
- My code follows the project's style guidelines
- I have performed a self-review of my code
- I have commented hard-to-understand areas
- I have updated documentation where necessary
- My changes generate no new warnings
- I have added tests that prove my fix or feature works
- All existing tests pass locally
- Any dependent changes have been merged and published