Skip to main content

Contributing

Thanks for wanting to contribute!

  • Fork the repo and open pull requests against main.
  • Run yarn install and ensure TypeScript and linting pass before opening a PR.
  • Keep commits small and use conventional commits to integrate with semantic-release.

Code Style

  • TypeScript, ESLint and Prettier are configured. Run yarn lint and yarn format.