File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,11 @@ Choose the right Branch
124
124
Before working on a PR, you must determine on which branch you need to
125
125
work:
126
126
127
- * ``4.4 ``, if you are fixing a bug for an existing feature or want to make a
128
- change that falls into the :doc: `list of acceptable changes in patch versions
129
- </contributing/code/maintenance>` (you may have to choose a higher branch if
130
- the feature you are fixing was introduced in a later version);
127
+ * If you are fixing a bug for an existing feature or want to make a change
128
+ that falls into the :doc: `list of acceptable changes in patch versions
129
+ </contributing/code/maintenance>`, pick the oldest concerned maintained
130
+ branch (you can find them on the `Symfony releases page `_). E.g. if you
131
+ found a bug introduced in ``v5.1.10 ``, you need to work on ``5.4 ``.
131
132
132
133
* ``6.2 ``, if you are adding a new feature.
133
134
@@ -520,6 +521,7 @@ before merging.
520
521
.. _GitHub : https://github.com/join
521
522
.. _`GitHub's documentation` : https://help.github.com/github/using-git/ignoring-files
522
523
.. _Symfony repository : https://github.com/symfony/symfony
524
+ .. _Symfony releases page : https://symfony.com/releases#maintained-symfony-branches
523
525
.. _`documentation repository` : https://github.com/symfony/symfony-docs
524
526
.. _`fabbot` : https://fabbot.io
525
527
.. _`Psalm` : https://psalm.dev/
You can’t perform that action at this time.
0 commit comments