From d1cbab982245a7c639e66e41dc6c1181eed60c41 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 15 Jun 2023 07:19:44 +0200 Subject: [PATCH] Link to Code style guidelines in the pull request template This is a common pain point for new contributors, as setting up pre-commit hooks will save a lot of time spent on CI. --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8dc712c78d0..3d623fe5c34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,4 +4,7 @@ PRs can target `3.x` if the same change was done in `master`, or is not relevant Relevant fixes are cherry-picked for stable branches as needed by maintainers. You can mention in the description if the change is compatible with `3.x`. + +To speed up the contribution process and avoid CI errors, please set up pre-commit hooks locally: +https://docs.godotengine.org/en/latest/contributing/development/code_style_guidelines.html -->