From 112c4ff3687a92872e7525f82bbfdc4f973dd94e Mon Sep 17 00:00:00 2001 From: Chester Leung Date: Mon, 14 Jun 2021 09:54:56 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46d0bb4..3c734cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,4 +14,4 @@ You can ask questions, bring up issues, or garner feedback through the following harder to merge in a large change with a lot of disjoint features. 2. Submit the patch as a GitHub pull request against the master branch. 3. Make sure that your code passes the automated tests. -4. Make sure that your code passes the linter. Run `pip3 install pre-commit; pre-commit install` to create a git hook that will run the linter before you push your changes. +4. Run `pip3 install pre-commit; pre-commit install` to create a git hook that will run the linter and automatically format your code when you commit. If the hook reformats your code, you'll need to `git add` the changed files again.