docs(CONTRIBUTING): add general rule on using pre commit hooks

This commit is contained in:
Jordan Knott 2020-08-20 18:13:34 -05:00
parent 9dba566660
commit 2abbc49ef7

View File

@ -25,6 +25,7 @@ The `description` is a decriptive summary of the change the PR will make.
- All PRs should be rebased (with master) and commits squashed prior to the final merge process
- One PR per fix or feature
- Setup & install [pre-commit hooks](https://pre-commit.com/#install)
### Git Commit Message Style