File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11| Q | A
22| ------------- | ---
3- | Branch? | " master" for new features / 2.7, 2.8 or 3.1 for fixes
3+ | Branch? | master / 2.7, 2.8, 3.1 or 3.2 <!-- see comment below -->
44| Bug fix? | yes/no
55| New feature? | yes/no
66| BC breaks? | yes/no
77| Deprecations? | yes/no
88| Tests pass? | yes/no
9- | Fixed tickets | comma-separated list of tickets fixed by the PR , if any
9+ | Fixed tickets | #... <!-- #-prefixed issue number(s) , if any -->
1010| License | MIT
11- | Doc PR | reference to the documentation PR, if any
11+ | Doc PR | symfony/symfony-docs#... <!-- highly recommended for new features-->
12+
13+ <!--
14+ - Bug fixes must be submitted against the lowest branch where they apply
15+ (lowest branches are regularly merged to upper ones so they get the fixes too).
16+ - Features and deprecations must be submitted against the master branch.
17+ - Please fill in this template according to the PR you're about to submit.
18+ - Replace this comment by a description of what your PR is solving.
19+ -->
You can’t perform that action at this time.
0 commit comments