Skip to content

Commit

Permalink
chore: document pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 14, 2024
1 parent 1217ef1 commit a3b241d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The process is very simple.
- Check with `git remote -v`, origin should point to your fork, upstream should point to ours.
- If your changes are going to be on top of a specific branch (e.g., `2.9`), then fetch and switch to that.
- `git switch -c your-branch-name`
- Make sure that you have run `pre-commit install`
- Make your changes, create your commits.
- `git push -u origin your-branch-name`

Expand Down

0 comments on commit a3b241d

Please sign in to comment.