From 2abbc49ef7fcb15c8948046c6fc7a94af66fa2ba Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Thu, 20 Aug 2020 18:13:34 -0500 Subject: [PATCH] docs(CONTRIBUTING): add general rule on using pre commit hooks --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e535429..03654d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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