Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 227 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 227 Bytes

Contributing

  1. Make a fork

  2. Test the code!

$ npm run test
  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!