We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1217ef1 commit a3b241dCopy full SHA for a3b241d
1 file changed
docs/CONTRIBUTING.md
@@ -40,6 +40,7 @@ The process is very simple.
40
- Check with `git remote -v`, origin should point to your fork, upstream should point to ours.
41
- If your changes are going to be on top of a specific branch (e.g., `2.9`), then fetch and switch to that.
42
- `git switch -c your-branch-name`
43
+- Make sure that you have run `pre-commit install`
44
- Make your changes, create your commits.
45
- `git push -u origin your-branch-name`
46
0 commit comments