summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-12 13:34:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-12 13:34:49 +0100
commitdf3e9786406fbf97f11abb7f7609a93a0cad2658 (patch)
treec822078674e9993fa223ae87ab479909dd1605ba
parenta1aca7e5c97c2d42a1ff1467207102048e5fb6d6 (diff)
parentaf581445654c9bbfe758e2fb147614b0b60a920b (diff)
downloadredot-engine-df3e9786406fbf97f11abb7f7609a93a0cad2658.tar.gz
Merge pull request #88159 from adamscott/shorten-pull-request-template
Remove 3.x references in the pull request template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3d623fe5c3..e739982c2b 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,7 @@
<!--
Please target the `master` branch in priority.
-PRs can target `3.x` if the same change was done in `master`, or is not relevant there.
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