Skip to content

Commit 83c7b24

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update pull_requests.rst
2 parents 4992443 + 6bc6ec1 commit 83c7b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/code/pull_requests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Then create a new branch off the ``5.4`` branch to work on the bug fix:
172172
173173
.. tip::
174174

175-
Use a descriptive name for your branch (``ticket_XXX`` where ``XXX`` is the
176-
ticket number is a good convention for bug fixes).
175+
Use a descriptive name for your branch (``fix_XXX`` where ``XXX`` is the
176+
issue number is a good convention for bug fixes).
177177

178178
The above checkout commands automatically switch the code to the newly created
179179
branch (check the branch you are working on with ``git branch``).
@@ -338,7 +338,7 @@ Symfony as quickly as possible.
338338
Some answers to the questions trigger some more requirements:
339339

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

343343
* If you answer yes to "New feature?", you must submit a pull request to the
344344
documentation and reference it under the "Doc PR" section;

0 commit comments

Comments
 (0)