Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 296 Bytes

File metadata and controls

24 lines (17 loc) · 296 Bytes

Contributing to therror-doc

  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. Try to squash your commits (optional)

  2. Make a PR to the master branch

  3. Thanks a lot!