瀏覽代碼

Merge pull request #78255 from Calinou/pull-request-template-link-precommit-hooks

Link to Code style guidelines in the pull request template
Rémi Verschelde 2 年之前
父節點
當前提交
9b3e31a297
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 3 - 0
.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
 -->