Fixes #(issue number)
- π 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
- π§Ή Code refactor (no functional changes)
- β Test update
- Unit tests
- Integration tests
- Manual testing
Test configuration:
- OS:
- My code follows the project's style guidelines
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have updated the documentation
- My changes generate no new warnings
- I have added tests that prove my fix/feature works
- New and existing tests pass locally