Skip to content

Commit 53c2b25

Browse files
committed
Merge pull request symfony#2152 from fabpot/small-changes
tweaked the text to be clearer about how to use the checklist
2 parents 2f763b5 + 73a1776 commit 53c2b25

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

contributing/code/patches.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,10 @@ pull request message, like in:
264264
[Yaml] fixed something
265265
[Form] [Validator] [FrameworkBundle] added something
266266
267-
The pull request description must include the following check list to ensure
268-
that contributions may be reviewed without needless feedback loops and that
269-
your contributions can be included into Symfony2 as quickly as possible:
267+
The pull request description must include the following check list at the top
268+
of to ensure that contributions may be reviewed without needless feedback
269+
loops and that your contributions can be included into Symfony2 as quickly as
270+
possible:
270271

271272
.. code-block:: text
272273
@@ -296,8 +297,9 @@ An example submission could now look as follows:
296297
| License | MIT
297298
| Doc PR | symfony/symfony-docs#123
298299
299-
For typos, minor changes in the PHPDocs, or changes in translation files, use
300-
the shorter version of the check-list:
300+
The whole table must be included (do **not** remove lines that you think are
301+
not relevant). For simple typos, minor changes in the PHPDocs, or changes in
302+
translation files, use the shorter version of the check-list:
301303

302304
.. code-block:: text
303305

0 commit comments

Comments
 (0)