@@ -310,23 +310,23 @@ translation files, use the shorter version of the check-list:
310
310
311
311
Some answers to the questions trigger some more requirements:
312
312
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";
315
315
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;
318
318
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;
321
321
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;
324
324
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;
327
327
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.
330
330
331
331
If some of the previous requirements are not met, create a todo-list and add
332
332
relevant items:
0 commit comments