Thank you for wanting to contribute!
If this is your first Pull Request, then watching this How to Contribute to an Open Source Project on Github by Kent C. Dodds is very helpful.
- Fork and clone the repository
- Run
yarn setup
to install dependencies and validate that all is working - Create a new branch with
git checkout -b pr/<branch-name>
Please make sure that all tests are working. This should happen automatically through husky, when you try to commit.
Please keep watching the repository so that you can respond to any questions that come up on your PR.