We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf2af36f commit6290c53Copy full SHA for 6290c53
contributing/documentation/overview.rst
@@ -26,9 +26,8 @@ then clone your fork:
26
$ git clone git://github.com/YOURUSERNAME/symfony-docs.git
27
28
Consistent with Symfony's source code, the documentation repository is split into
29
-multiple branches: ``2.0``, ``2.1``, ``2.2`` corresponding to the different
30
-versions of Symfony itself. The ``master`` branch holds the documentation
31
-for the development branch of the code.
+multiple branches, corresponding to the different versions of Symfony itself.
+The ``master`` branch holds the documentation for the development branch of the code.
32
33
Unless you're documenting a feature that was introduced *after* Symfony 2.1
34
(e.g. in Symfony 2.2), your changes should always be based on the 2.1 branch.