Skip to content

Commit d7aaf74

Browse files
committed
minor #19062 [Contributing] Replace "ticket" with "issue" (smnandre)
This PR was merged into the 5.4 branch. Discussion ---------- [Contributing] Replace "ticket" with "issue" Replace "ticket" with "issue" Follows symfony/symfony#52189 Commits ------- 5e3f962 Update pull_requests.rst
2 parents 370e0d3 + 5e3f962 commit d7aaf74

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)