mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Include 1.13 branch in the PR template
This commit is contained in:
parent
fe03749856
commit
2567730398
1 changed files with 3 additions and 3 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,6 +1,6 @@
|
|||
| Q | A
|
||||
| --------------- | -----
|
||||
| Branch? | 1.11 or 1.12 <!-- see the comment below -->
|
||||
| Branch? | 1.11, 1.12 or 1.13 <!-- see the comment below -->
|
||||
| Bug fix? | no/yes
|
||||
| New feature? | no/yes
|
||||
| BC breaks? | no/yes
|
||||
|
|
@ -9,8 +9,8 @@
|
|||
| License | MIT
|
||||
|
||||
<!--
|
||||
- Bug fixes must be submitted against the 1.11 branch
|
||||
- Features and deprecations must be submitted against the 1.12 branch
|
||||
- Bug fixes must be submitted against the 1.11 or 1.12 branch
|
||||
- Features and deprecations must be submitted against the 1.13 branch
|
||||
- Make sure that the correct base branch is set
|
||||
|
||||
To be sure you are not breaking any Backward Compatibilities, check the documentation:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue