Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 486 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 486 Bytes

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)

  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!