mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Update PR template
This commit is contained in:
parent
ef99c9b8dd
commit
d253499c14
1 changed files with 3 additions and 3 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue