Files
cm-app-crawlspider/node_modules/express-logging/CONTRIBUTING.md

282 B

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!