File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
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, 4.4 or 5.1 for bug fixes <!-- see below -->
3
+ | Branch? | 5.x for features / 3.4, 4.4 or 5.1 for bug fixes <!-- see below -->
4
4
| Bug fix? | yes/no
5
5
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
6
6
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
7
7
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
8
8
| License | MIT
9
9
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
10
+
10
11
<!--
11
12
Replace this notice by a short README for your feature/bugfix. This will help people
12
13
understand your PR and can be used as a start for the documentation.
@@ -16,5 +17,5 @@ Additionally (see https://symfony.com/releases):
16
17
- Never break backward compatibility (see https://symfony.com/bc).
17
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
- - Features and deprecations must be submitted against branch master .
20
+ - Features and deprecations must be submitted against branch 5.x .
20
21
-->
1640
You can’t perform that action at this time.
0 commit comments