Skip to content

Commit a3b241d

Browse files
committed
chore: document pre-commit
1 parent 1217ef1 commit a3b241d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The process is very simple.
4040
- Check with `git remote -v`, origin should point to your fork, upstream should point to ours.
4141
- If your changes are going to be on top of a specific branch (e.g., `2.9`), then fetch and switch to that.
4242
- `git switch -c your-branch-name`
43+
- Make sure that you have run `pre-commit install`
4344
- Make your changes, create your commits.
4445
- `git push -u origin your-branch-name`
4546

0 commit comments

Comments
 (0)