Update PR template

This commit is contained in:
Magdalena Sadowska 2018-10-02 10:24:03 +02:00 committed by Kamil Kokot
parent ef99c9b8dd
commit d253499c14
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -1,15 +1,15 @@
| Q | A
| --------------- | -----
| Branch? | 1.1, 1.2 or master <!-- see the comment below -->
| Branch? | 1.2, 1.3 or master <!-- see the comment below -->
| Bug fix? | no/yes
| New feature? | no/yes
| BC breaks? | no/yes
| Deprecations? | no/yes <!-- don't forget to update UPGRADE-*.md file -->
| Deprecations? | no/yes <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License | MIT
<!--
- Bug fixes must be submitted against the 1.1 or 1.2 branch (the lowest possible)
- Bug fixes must be submitted against the 1.2 or 1.3 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->