summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-06-28 16:42:45 +0200
committerGitHub <noreply@github.com>2022-06-28 16:42:45 +0200
commit2ea7765f7678cb187f15cf4bf585a2f5536f94c3 (patch)
treef682f09e4f3e2b25795f56a757d1833eff277bfc
parenta6f03dce6a31c99ded97216aabb222d8fc419556 (diff)
parent56deb5889e3845cc6a34c929320a185444258f57 (diff)
downloadredot-engine-2ea7765f7678cb187f15cf4bf585a2f5536f94c3.tar.gz
Merge pull request #62486 from akien-mga/pr-template
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 332ed2b72f..8dc712c78d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,7 @@
<!--
-Pull requests should always be made for the `master` branch first, as that's
-where development happens and the source of all future stable release branches.
+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.
-
-Do not create a pull request for stable branches unless the change is already
-available in the `master` branch and it cannot be easily cherry-picked.
-Alternatively, if the change is only relevant for that branch (e.g. rendering
-fixes for the 3.2 branch).
+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`.
-->