@@ -33,7 +33,6 @@ checkout the 2.0 branch before the next step:
33
33
34
34
$ git checkout 2.0
35
35
36
-
37
36
Next, create a dedicated branch for your changes (for organization):
38
37
39
38
.. code-block :: bash
@@ -48,9 +47,8 @@ the ``symfony-docs`` ``master`` branch.
48
47
.. image :: /images/docs-pull-request.png
49
48
:align: center
50
49
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:
54
52
55
53
.. image :: /images/docs-pull-request-change-base.png
56
54
:align: center
@@ -62,6 +60,14 @@ GitHub covers the topic of `pull requests`_ in detail.
62
60
The Symfony2 documentation is licensed under a Creative Commons
63
61
Attribution-Share Alike 3.0 Unported :doc: `License <license >`.
64
62
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
+
65
71
Reporting an Issue
66
72
------------------
67
73
@@ -81,3 +87,4 @@ Read the dedicated :doc:`document <translations>`.
81
87
82
88
.. _`fork` : http://help.github.com/fork-a-repo/
83
89
.. _`pull requests` : http://help.github.com/pull-requests/
90
+ .. _`Documentation Build Errors` : http://symfony.com/doc/build_errors
0 commit comments