Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 250 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 250 Bytes

Contributing to therror

  1. Make a fork

  2. Test the code!

npm run test
  1. Check your coverage!
npm run coverage
  1. Lint your code!
npm run lint
  1. Make a PR to the master branch

  2. Thanks a lot!