Hey! Thanks for your interest in contributing. Here’s how to start:
-
Fork the repo and clone it to your computer (GitHub guide)
-
Install dependencies:
yarn
-
Head to
index.js
and make your changes! -
Once done, test your changes with
yarn test
Fix any issues and add new tests if necessary.
-
Commit your changes and submit a PR!