Intermediate Writing #pull-requests #code-review #github

Pull Request Descriptions

2 exercises — write reviewer-friendly PR descriptions covering what changed, why, how to test, and related issues.

0 / 2 completed
PR description template
  • What changed: Summary of the implementation — not a file list
  • Why: Business reason, ticket reference, or ADR link
  • How to test: Numbered steps with exact inputs and expected outcomes
  • Related: Closes #issue, refs ADR, links to design doc
  • Avoid: "Works on my machine" · listing changed files · vague summaries
1 / 2

A developer opens a pull request for a new two-factor authentication feature. Which PR description is most useful for reviewers?