Skip to content

Commit 6625ff2

Browse files
committed
Fixed the indentation of a bulleted list
1 parent 81fe666 commit 6625ff2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

contributing/code/patches.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -310,23 +310,23 @@ translation files, use the shorter version of the check-list:
310310
311311
Some answers to the questions trigger some more requirements:
312312

313-
* If you answer yes to "Bug fix?", check if the bug is already listed in the
314-
Symfony issues and reference it/them in "Fixed tickets";
313+
* If you answer yes to "Bug fix?", check if the bug is already listed in the
314+
Symfony issues and reference it/them in "Fixed tickets";
315315

316-
* If you answer yes to "New feature?", you must submit a pull request to the
317-
documentation and reference it under the "Doc PR" section;
316+
* If you answer yes to "New feature?", you must submit a pull request to the
317+
documentation and reference it under the "Doc PR" section;
318318

319-
* If you answer yes to "BC breaks?", the patch must contain updates to the
320-
relevant ``CHANGELOG`` and ``UPGRADE`` files;
319+
* If you answer yes to "BC breaks?", the patch must contain updates to the
320+
relevant ``CHANGELOG`` and ``UPGRADE`` files;
321321

322-
* If you answer yes to "Deprecations?", the patch must contain updates to the
323-
relevant ``CHANGELOG`` and ``UPGRADE`` files;
322+
* If you answer yes to "Deprecations?", the patch must contain updates to the
323+
relevant ``CHANGELOG`` and ``UPGRADE`` files;
324324

325-
* If you answer no to "Tests pass", you must add an item to a todo-list with
326-
the actions that must be done to fix the tests;
325+
* If you answer no to "Tests pass", you must add an item to a todo-list with
326+
the actions that must be done to fix the tests;
327327

328-
* If the "license" is not MIT, just don't submit the pull request as it won't
329-
be accepted anyway.
328+
* If the "license" is not MIT, just don't submit the pull request as it won't
329+
be accepted anyway.
330330

331331
If some of the previous requirements are not met, create a todo-list and add
332332
relevant items:

0 commit comments

Comments
 (0)