Skip to content

Commit a66130a

Browse files
committed
added info about when the symfony.com is updated
1 parent 6e11de6 commit a66130a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

contributing/documentation/overview.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ checkout the 2.0 branch before the next step:
3333
3434
$ git checkout 2.0
3535
36-
3736
Next, create a dedicated branch for your changes (for organization):
3837

3938
.. code-block:: bash
@@ -48,9 +47,8 @@ the ``symfony-docs`` ``master`` branch.
4847
.. image:: /images/docs-pull-request.png
4948
:align: center
5049

51-
If you have made your changes based
52-
on the 2.0 branch then you need to follow the change commit link and change
53-
the base branch to be @2.0:
50+
If you have made your changes based on the 2.0 branch then you need to follow
51+
the change commit link and change the base branch to be @2.0:
5452

5553
.. image:: /images/docs-pull-request-change-base.png
5654
:align: center
@@ -62,6 +60,14 @@ GitHub covers the topic of `pull requests`_ in detail.
6260
The Symfony2 documentation is licensed under a Creative Commons
6361
Attribution-Share Alike 3.0 Unported :doc:`License <license>`.
6462

63+
.. tip::
64+
65+
Your changes appear on the symfony.com website no more than 15 minutes
66+
after the documentation team merges your pull request. You can check if
67+
your changes have introduced some markup issues by going to the
68+
`Documentation Build Errors`_ page (it is updated each French night at 3AM
69+
when the server rebuilds the documentation).
70+
6571
Reporting an Issue
6672
------------------
6773

@@ -81,3 +87,4 @@ Read the dedicated :doc:`document <translations>`.
8187

8288
.. _`fork`: http://help.github.com/fork-a-repo/
8389
.. _`pull requests`: http://help.github.com/pull-requests/
90+
.. _`Documentation Build Errors`: http://symfony.com/doc/build_errors

0 commit comments

Comments
 (0)