Skip to content

added info about when the symfony.com is updated #1328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ checkout the 2.0 branch before the next step:

$ git checkout 2.0


Next, create a dedicated branch for your changes (for organization):

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

If you have made your changes based
on the 2.0 branch then you need to follow the change commit link and change
the base branch to be @2.0:
If you have made your changes based on the 2.0 branch then you need to follow
the change commit link and change the base branch to be @2.0:

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

.. tip::

Your changes appear on the symfony.com website no more than 15 minutes
after the documentation team merges your pull request. You can check if
your changes have introduced some markup issues by going to the
`Documentation Build Errors`_ page (it is updated each French night at 3AM
when the server rebuilds the documentation).

Reporting an Issue
------------------

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

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