From bd3cf478c6912977eac0578c702e33665ff56bc8 Mon Sep 17 00:00:00 2001 From: Brecht Kuppens Date: Mon, 20 Jan 2025 09:25:59 +0100 Subject: [PATCH] Update README.md with new pre-commit instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 005c8e72..843f7b34 100644 --- a/README.md +++ b/README.md @@ -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