- Bug fix
- New feature
- Documentation update
- Performance improvement
- Refactoring (no functional changes)
- I have read the Contributing Guide
- My code follows the existing code style (
pnpm lintpasses) - I have tested my changes locally (
pnpm testpasses) - I have added tests that cover my changes (if applicable)
- The build succeeds (
pnpm build)