Skip to content

Adds reminder to move the PR number to the front of the merge commit message. #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion episodes/04-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ you can approve the PR:
Swap back to the Conversations tab.
The PR is now ready to merge and has no conflicts with the
base (`main` in this case) branch.
Click **Squash and merge**:
Click **Squash and merge**; don't forget to move the PR
number to the start of the commit message like you did
in the Version Control with Git lesson:

![](fig/pr-review-5.png){alt='A screenshot of a PR showing the Conversations tab. The PR is ready to merge.'}

Expand Down