@@ -124,10 +124,11 @@ Choose the right Branch
124124Before working on a PR, you must determine on which branch you need to
125125work:
126126
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 ``.
131132
132133* ``6.2 ``, if you are adding a new feature.
133134
@@ -520,6 +521,7 @@ before merging.
520521.. _GitHub : https://github.com/join
521522.. _`GitHub's documentation` : https://help.github.com/github/using-git/ignoring-files
522523.. _Symfony repository : https://github.com/symfony/symfony
524+ .. _Symfony releases page : https://symfony.com/releases#maintained-symfony-branches
523525.. _`documentation repository` : https://github.com/symfony/symfony-docs
524526.. _`fabbot` : https://fabbot.io
525527.. _`Psalm` : https://psalm.dev/
0 commit comments