Skip to content

Commit

Permalink
Update README.md with new pre-commit instructions
Browse files Browse the repository at this point in the history
(cherry picked from commit bd3cf47)
  • Loading branch information
bgie authored and dsnopek committed Jan 28, 2025
1 parent dc87cb6 commit 86d0dbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ wish to help out, ensure you have an account on GitHub and create a "fork" of
this repository. See [Pull request workflow](https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html)
for instructions.

Please install clang-format and copy the files in `misc/hooks` into `.git/hooks`
so formatting is done before your changes are submitted.
Please install clang-format and the [pre-commit](https://pre-commit.com/) Python framework so formatting is done before your changes are submitted. See the [code style guidelines](https://docs.godotengine.org/en/latest/contributing/development/code_style_guidelines.html#pre-commit-hook) for instructions.

## Getting started

Expand Down

0 comments on commit 86d0dbe

Please sign in to comment.