Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chester-leung authored Jun 14, 2021
1 parent 334f186 commit 112c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 112c4ff

Please sign in to comment.