[Maintenance] Update github PR template

This commit is contained in:
Łukasz Chruściel 2020-01-15 16:31:12 +01:00
parent c6c828f156
commit 8a9df26729
No known key found for this signature in database
GPG key ID: 428B9D810DB2ACDF

View file

@ -1,6 +1,6 @@
| Q | A
| --------------- | -----
| Branch? | 1.5, 1.6 or master <!-- see the comment below -->
| Branch? | 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.5 or 1.6 branch (the lowest possible)
- Bug fixes must be submitted against the 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
-->