First of all, thank you for contributing. It’s appreciated.
- Open a GitHub issue before doing significant amount of work.
- Clone the repo. If it was already cloned, then git pull to get the latest from master.
- Make sure to have yarn installed on your system.
- Run
yarn run setup
before anything else, and wait. - Write code.
- Write test (coverage regressions will fail the build). Run test with
yarn test
. - Make a pull request against the master branch.