8000 minor #31583 [github] define 4.4 as the feature branch (nicolas-grekas) · symfony/symfony@31c3c59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31c3c59

Browse files
minor #31583 [github] define 4.4 as the feature branch (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [github] define 4.4 as the feature branch | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - And let's use master for preparing 5.0. Commits ------- 30b560c [github] define 4.4 as the feature branch
2 parents 326a74c + 30b560c commit 31c3c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | master for features / 3.4, 4.2 or 4.3 for bug fixes <!-- see below -->
3+
| Branch? | 4.4 for features / 3.4, 4.2 or 4.3 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
66
| BC breaks? | no <!-- see https://symfony.com/bc -->
@@ -17,5 +17,6 @@ understand your PR and can be used as a start for the documentation.
1717
Additionally (see https://symfony.com/roadmap):
1818
- Bug fixes must be submitted against the lowest maintained branch where they apply
1919
(lowest branches are regularly merged to upper ones so they get the fixes too).
20-
- Features and deprecations must be submitted against the master branch.
20+
- Features and deprecations must be submitted against branch 4.4.
21+
- Legacy code removals go to the master branch.
2122
-->

0 commit comments

Comments
 (0)
0