File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
contributing/documentation Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ then clone your fork:
25
25
26
26
$ git clone git://github.com/YOURUSERNAME/symfony-docs.git
27
27
28
+ Unless you're documenting a feature that's new to Symfony 2.1, you changes
29
+ should be based on the 2.0 branch instead of the master branch. To do this
30
+ checkout the 2.0 branch before the next step:
31
+
32
+ .. code-block :: bash
33
+
34
+ $ git checkout 2.0
35
+
36
+
28
37
Next, create a dedicated branch for your changes (for organization):
29
38
30
39
.. code-block :: bash
@@ -39,6 +48,13 @@ the ``symfony-docs`` ``master`` branch.
39
48
.. image :: /images/docs-pull-request.png
40
49
:align: center
41
50
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:
54
+
55
+ .. image :: /images/docs-pull-request-change-base.png
56
+ :align: center
57
+
42
58
GitHub covers the topic of `pull requests `_ in detail.
43
59
44
60
.. note ::
You can’t perform that action at this time.
0 commit comments