[Maintenance] Update PR template with supported versions

This commit is contained in:
Łukasz Chruściel 2019-12-11 14:52:56 +01:00 committed by Kamil Kokot
parent c5f5fff689
commit 63611ba843
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -1,6 +1,6 @@
| Q | A
| --------------- | -----
| Branch? | 1.4, 1.5, 1.6 or master <!-- see the comment below -->
| Branch? | 1.5, 1.6 or master <!-- see the comment below -->
| Bug fix? | no/yes
| New feature? | no/yes
| BC breaks? | no/yes
@ -9,7 +9,7 @@
| License | MIT
<!--
- Bug fixes must be submitted against the 1.4, 1.5 or 1.6 branch (the lowest possible)
- Bug fixes must be submitted against the 1.5 or 1.6 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->