Skip to content

Commit 6e6601a

Browse files
committed
[Contributing] consistent headlines
1 parent 127beed commit 6e6601a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

contributing/code/bc.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Our Backwards Compatibility Promise
1+
Our backwards Compatibility Promise
22
===================================
33

44
Ensuring smooth upgrades of your projects is our first priority. That's why
@@ -39,7 +39,7 @@ If you are using Symfony in your projects, the following guidelines will help
3939
you to ensure smooth upgrades to all future minor releases of your Symfony
4040
version.
4141

42-
Using Our Interfaces
42+
Using our Interfaces
4343
~~~~~~~~~~~~~~~~~~~~
4444

4545
All interfaces shipped with Symfony can be used in type hints. You can also call
@@ -101,7 +101,7 @@ backwards compatibility promise:
101101

102102
.. include:: _api_tagging.rst.inc
103103

104-
Using Our Classes
104+
Using our Classes
105105
~~~~~~~~~~~~~~~~~
106106

107107
All classes provided by Symfony may be instantiated and accessed through their

contributing/code/patches.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Get the Symfony2 source code:
8585
$ cd symfony
8686
$ git remote add upstream git://github.com/symfony/symfony.git
8787
88-
Check that the current Tests pass
88+
Check that the current Tests Pass
8989
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9090

9191
Now that Symfony2 is installed, check that all unit tests pass for your

contributing/community/releases.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ This results in very predictable dates and maintenance periods:
123123
instance), you can automatically receive an email notification if you
124124
subscribed on the `roadmap notification`_ page.
125125

126-
Backward Compatibility
127-
----------------------
126+
Backwards Compatibility
127+
-----------------------
128128

129129
Our :doc:`Backwards Compatibility Promise </contributing/code/bc>` is very
130130
strict and allows developers to upgrade with confidence from one minor version

contributing/documentation/overview.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ about in the :doc:`/contributing/community/releases` section.
187187
To keep up with the release process, the documentation team makes several
188188
changes to the documentation at various parts of the lifecycle.
189189

190-
When a Release reaches "end of maintenance"
190+
When a Release Reaches "End of Maintenance"
191191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192192

193193
Every release will eventually reach its "end of maintenance". For details,
@@ -210,7 +210,7 @@ For this example, suppose version 2.1 has just reached its end of maintenance:
210210
*after* the end of maintenance of this branch), will have no mentions of
211211
the old version (e.g. 2.1).
212212

213-
When a new Branch is created for a Release
213+
When a new Branch is Created for a Release
214214
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215215

216216
During the :ref:`stabilization phase <contributing-release-development>`, a

0 commit comments

Comments
 (0)