Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 215 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 215 Bytes

To Contribute :

  1. Clone the repo :
    git clone
  2. Install dependencies :
    npm install
  3. Run tests : npm test
  4. Code code code.
  5. Make sure tests are still running.
  6. Raise a pull request.