diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-15 10:50:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-15 10:50:49 +0200 |
commit | 9b3e31a29759fdedab4ae5f849bb0e335dfff29c (patch) | |
tree | f565a2f525b4dcaaa2a52155179b0ff01170c951 | |
parent | 41b34e3e56e9e63a19834d8e47443fcf70d18583 (diff) | |
parent | d1cbab982245a7c639e66e41dc6c1181eed60c41 (diff) | |
download | redot-engine-9b3e31a29759fdedab4ae5f849bb0e335dfff29c.tar.gz |
Merge pull request #78255 from Calinou/pull-request-template-link-precommit-hooks
Link to Code style guidelines in the pull request template
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8dc712c78d..3d623fe5c3 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 --> |