Thanks for your interest in contributing to this project!
- Fork and clone the repo
- Run
yarn
to install dependencies - Create a branch for your PR with
git checkout -b pr/your-branch-name
Please make sure to run the tests before you commit your changes. You can run yarn test
which will build the binaries (ensuring no compile-time errors), and run all test suites (ensuring no run-time regressions).