diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c02c65..11f348a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,6 +47,8 @@ Prior to submitting a pull request back to the main repository, please make sure 2. Run `npm test` to check the code adheres to the defined style and that it passes the Jest tests 3. Run `npm run lint:prettier` to run the Prettier code formatter over the code +Step 2. is automatically run by a pre-commit hook added by [Husky](https://typicode.github.io/husky/#/). + ## Issues Please file your issues [here](https://github.com/Fdawgs/fastify-floc-off/issues) and try to provide as much information in the template as possible/relevant.