Update github PR template

This commit is contained in:
Olivier ALLAIN 2020-06-15 22:49:18 +02:00 committed by Kamil Kokot
parent cc56808ffc
commit b5d473f0bd
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -1,6 +1,6 @@
| Q | A
| --------------- | -----
| Branch? | 1.6 or master <!-- see the comment below -->
| Branch? | 1.7 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.6 branch (the lowest possible)
- Bug fixes must be submitted against the 1.7 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
-->