File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
| Q | A
2
2
| ------------- | ---
3
- | Branch? | master for features / 3.4 up to 4.2 for bug fixes <!-- see below -->
3
+ | Branch? | master for features / 3.4, 4.2 or 4.3 for bug fixes <!-- see below -->
4
4
| Bug fix? | yes/no
5
- | New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
5
+ | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
6
6
| BC breaks? | no <!-- see https://symfony.com/bc -->
7
- | Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
7
+ | Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
8
8
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
9
9
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
10
10
| License | MIT
11
11
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
12
12
13
13
<!--
14
- Write a short README entry for your feature/bugfix here (replace this comment block.)
15
- This will help people understand your PR and can be used as a start of the Doc PR.
16
- Additionally:
17
- - Bug fixes must be submitted against the lowest branch where they apply
14
+ Replace this notice by a short README for your feature/bugfix. This will help people
15
+ understand your PR and can be used as a start for the documentation.
16
+
17
+ Additionally (see https://symfony.com/roadmap):
18
+ - Bug fixes must be submitted against the lowest maintained branch where they apply
18
19
(lowest branches are regularly merged to upper ones so they get the fixes too).
19
20
- Features and deprecations must be submitted against the master branch.
20
21
-->
You can’t perform that action at this time.
0 commit comments