# Contributing

Hey! Thanks for your interest in contributing. Here’s how to start:

1. Fork the repo and clone it to your computer ([GitHub guide](https://help.github.com/en/github/getting-started-with-github/fork-a-repo))

2. Install dependencies:

    ```
    yarn
    ```

3. Head to `index.js` and make your changes!

4. Once done, test your changes with

    ```
    yarn test
    ```

    Fix any issues and add new tests if necessary.

5. Commit your changes and submit a PR!
