Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 282 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 282 Bytes

Contributing

  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 develop branch

  3. Thanks a lot!