Contributing
Thanks for wanting to contribute!
- Fork the repo and open pull requests against
main. - Run
yarn installand 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 lintandyarn format.