File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,10 @@ pull request message, like in:
264
264
[Yaml] fixed something
265
265
[Form] [Validator] [FrameworkBundle] added something
266
266
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:
270
271
271
272
.. code-block :: text
272
273
@@ -296,8 +297,9 @@ An example submission could now look as follows:
296
297
| License | MIT
297
298
| Doc PR | symfony/symfony-docs#123
298
299
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:
301
303
302
304
.. code-block :: text
303
305
You can’t perform that action at this time.
0 commit comments