@@ -121,7 +121,7 @@ branch of the ``upstream`` remote, which is the original Symfony Docs repository
121
121
Fixes should always be based on the **oldest maintained branch ** which contains
122
122
the error. Nowadays this is the ``4.4 `` branch. If you are instead documenting a
123
123
new feature, switch to the first Symfony version that included it, e.g.
124
- ``upstream/3.1 ``. Not sure? That's OK! Just use the `` upstream/master `` branch.
124
+ ``upstream/3.1 ``.
125
125
126
126
**Step 5. ** Now make your changes in the documentation. Add, tweak, reword and
127
127
even remove any content and do your best to comply with the
@@ -295,12 +295,12 @@ Please be patient. It can take up to several days before your pull request can
295
295
be fully reviewed. After merging the changes, it could take again several hours
296
296
before your changes appear on the Symfony website.
297
297
298
- Why Should I Use the Oldest Maintained Branch Instead of the Master Branch?
298
+ Why Should I Use the Oldest Maintained Branch Instead of the Latest Branch?
299
299
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300
300
301
301
Consistent with Symfony's source code, the documentation repository is split
302
302
into multiple branches, corresponding to the different versions of Symfony itself.
303
- The `` master `` branch holds the documentation for the development branch of
303
+ The latest (e.g. `` 5.x ``) branch holds the documentation for the development branch of
304
304
the code.
305
305
306
306
Unless you're documenting a feature that was introduced after Symfony 4.4,
0 commit comments