UNPKG

fit-commit-js

Version:

A npm package to validate commits according to community guidelines

17 lines (10 loc) 534 B
# Contributing ## Reporting issues We would love to help if you are having a problem. Feel free to open an issue. We ask that you please provide as much detail as possible. ## Contributing code Contributions are encouraged through GitHub Pull Requests. Guidelines when adding new code: * Create always tests. * Ensure the entire test suite still passes by running `npm test`. * Ensure that the code does not have lintin errors by running: `npm run lint` * Install the commit validator by running: ./bin/fit-commit-js.js install