Skip to content

Commit

Permalink
docs(contributing): add mention of husky pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 23, 2021
1 parent cdbbcf4 commit ada22c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ada22c8

Please sign in to comment.