Skip to content

Commit ee548cb

Browse files
committed
[2.0] Re-working some language in the contributing doc to work now that we have 2.0, 2.1, 2.2 and master
1 parent 672ded5 commit ee548cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contributing/documentation/overview.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ then clone your fork:
2626
$ git clone git://github.com/YOURUSERNAME/symfony-docs.git
2727
2828
Consistent with Symfony's source code, the documentation repository is split into
29-
three branches: ``2.0`` for the current Symfony 2.0.x release, ``2.1`` for the
30-
current Symfony 2.1.x release and ``master`` as the development branch for
31-
upcoming releases.
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.
3232

33-
Unless you're documenting a feature that's new to Symfony 2.1, your changes
34-
should always be based on the 2.0 branch instead of the master branch. To do
35-
this checkout the 2.0 branch before the next step:
33+
Unless you're documenting a feature that was introduced *after* Symfony 2.0
34+
(e.g. in Symfony 2.1), your changes should always be based on the 2.0 branch.
35+
To do this checkout the 2.0 branch before the next step:
3636

3737
.. code-block:: bash
3838

0 commit comments

Comments
 (0)