File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ then clone your fork:
26
26
$ git clone git://github.com/YOURUSERNAME/symfony-docs.git
27
27
28
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.
29
+ multiple branches, corresponding to the different versions of Symfony itself.
30
+ The ``master `` branch holds the documentation for the development branch of the code.
32
31
33
32
Unless you're documenting a feature that was introduced *after * Symfony 2.1
34
33
(e.g. in Symfony 2.2), your changes should always be based on the 2.1 branch.
You can’t perform that action at this time.
0 commit comments