Skip to content

Commit f39f205

Browse files
authored
Make replacing GH-# in PR title a separate step in git bootcamp (pythonGH-255)
1 parent e854c75 commit f39f205

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gitbootcamp.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ Pull requests can be accepted and merged by a Python Core Developer.
283283
1. At the bottom of the pull request page, click the ``Squash and merge``
284284
button.
285285

286-
2. Adjust and clean up the commit message. Replace the reference
287-
to GitHub PR #XXX into GH-XXX.
286+
2. Replace the reference to GitHub PR #XXX into GH-XXX.
287+
288+
3. Adjust and clean up the commit message.
288289

289290
Example of good commit message::
290291

0 commit comments

Comments
 (0)