- 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 not work as expected)
- Documentation update
- Refactoring (no functional changes)
- Chore (dependency updates, etc.)
- I have read the CONTRIBUTING.md document
- My code follows the style guidelines of this project
-
bun run lintpasses with no errors -
bun run check:jsdoc-coveragepasses with no errors -
bun run typecheckpasses with no errors -
bun testpasses with no errors - I have added tests that prove my fix is effective or that my feature works
- I have updated the documentation accordingly
- My commits follow the Conventional Commits specification