Contributing
Please read the full Contribution Guidelines on GitHub.
Quick Summary
- File an issue before starting large changes
- Run
pnpm buildandpnpm typecheckbefore submitting - Run
pnpm lintto ensure code style compliance - Include tests for new features
- Squash commits and reference the issue in your commit message
- Keep pull requests focused on a single subject