summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-23 09:47:11 +0200
committerGitHub <noreply@github.com>2020-07-23 09:47:11 +0200
commit6ad0aecb3b6757ea26f10f39ecc12cb53ff928f8 (patch)
tree6c80b2916d91366cab0bdb1426622073780452ee
parentb51688f6b0865e94171c76219ead64bdba597607 (diff)
parent78693cdc552b5e902c67b2be96903b2f242bc0a7 (diff)
Merge pull request #39871 from aaronfranke/pr-template
Add a PR template with a message about PRs needing to be for master
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..332ed2b72f
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+<!--
+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.
+
+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).
+-->