Intermediate All Developers #code-review #collocations #pull-request

Code Review Collocations

5 exercises on the language of pull requests and code reviews — the accurate verbs and phrases every developer needs to give and respond to feedback professionally.

Core code review vocabulary patterns
  • approve a PR → formally mark it ready to merge
  • request changes → formally block the merge
  • nit → minor, optional comment (from "nitpick")
  • address feedback → make the requested changes
  • merge a PR → integrate the branch into main
  • LGTM → informal approval ("Looks Good To Me")
0 / 5 completed
1 / 5
A senior developer opens a pull request. After reading the code, they agree that it looks good and is ready to merge. What is the standard action and phrase in a GitHub-style code review?