- 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)
- Refactoring (no functional changes)
- Documentation update
- CI / Build / Tooling
-
make testpasses locally - Manual testing (describe below)
- My code follows the project's coding style (
go fmt,go vet) - I have performed a self-review of my code
- I have added tests that prove my fix is effective or my feature works
- New and existing unit tests pass locally with my changes
- I have updated the documentation accordingly (if applicable)
- I have signed the CLA