update the pull request template

This commit is contained in:
Christian Flothmann 2017-11-08 11:12:35 +01:00
parent 5420cfca36
commit a64f7c1350

View File

@ -1,6 +1,6 @@
| Q | A | Q | A
| ------------- | --- | ------------- | ---
| Branch? | 3.4 or master / 2.7, 2.8 or 3.3 <!-- see comment below --> | Branch? | master / 2.7, 2.8, 3.3, or 3.4 <!-- see comment below -->
| Bug fix? | yes/no | Bug fix? | yes/no
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files --> | New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks? | yes/no | BC breaks? | yes/no
@ -13,8 +13,7 @@
<!-- <!--
- Bug fixes must be submitted against the lowest branch where they apply - Bug fixes must be submitted against the lowest branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too). (lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the 3.4, - Features and deprecations must be submitted against the master branch.
legacy code removals go to the master branch.
- Please fill in this template according to the PR you're about to submit. - Please fill in this template according to the PR you're about to submit.
- Replace this comment by a description of what your PR is solving. - Replace this comment by a description of what your PR is solving.
--> -->