Merge pull request #39871 from aaronfranke/pr-template

Add a PR template with a message about PRs needing to be for master
This commit is contained in:
Rémi Verschelde 2020-07-23 09:47:11 +02:00 committed by GitHub
commit 6ad0aecb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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).
-->