Add a PR template with a message about PRs needing to be for master

[ci skip]

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Aaron Franke 2020-07-22 13:04:47 -04:00
parent 0cd98ec7e1
commit 78693cdc55
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
1 changed files with 11 additions and 0 deletions

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