Browse Source

Update pull request template to be similar to godotengine/godot (#5909)

Update pull request template to be similar to godotengine/godot
Nathan Franke 3 years ago
parent
commit
b07952f635
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/PULL_REQUEST_TEMPLATE.md

+ 5 - 5
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,8 +1,8 @@
 <!--
-**Note:** Pull Requests should be made against the `master` by default.
-
-Only make Pull Requests against other branches (e.g. `2.1`) if your changes only apply to that specific version of Godot.
-
-The type of content accepted into the documentation is explained here: https://docs.godotengine.org/en/latest/community/contributing/content_guidelines.html
+Please target the `master` branch in priority.
+PRs can target other branches (e.g. `3.2`, `3.5`) if the same change was done in `master`, or is not relevant there.
+PRs must not target `stable`, as that branch is updated manually.
 
+The type of content accepted into the documentation is explained here:
+https://docs.godotengine.org/en/latest/community/contributing/content_guidelines.html
 -->