We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee548cb commit b9dbf81Copy full SHA for b9dbf81
contributing/documentation/overview.rst
@@ -38,6 +38,11 @@ To do this checkout the 2.0 branch before the next step:
38
39
$ git checkout 2.0
40
41
+.. tip::
42
+
43
+ Your base branch (e.g. 2.0) will become the "Applies to" in the :ref:`doc-contributing-pr-format`
44
+ that you'll use later.
45
46
Next, create a dedicated branch for your changes (for organization):
47
48
.. code-block:: bash
@@ -74,6 +79,8 @@ GitHub covers the topic of `pull requests`_ in detail.
74
79
The Symfony2 documentation is licensed under a Creative Commons
75
80
Attribution-Share Alike 3.0 Unported :doc:`License <license>`.
76
81
82
+.. _doc-contributing-pr-format:
83
77
84
Pull Request Format
78
85
~~~~~~~~~~~~~~~~~~~
86
0 commit comments