MODULE 3 · Sharing work
Reading · 15 min
Pull requests
Pull requests
A pull request is a conversation around a proposed change. Clear context, a focused diff, and evidence of testing make it easier to review.
Learning objectives
- Describe a change for reviewers
- Request review with useful context
Prepare a focused request that helps a reviewer understand the change. Focus on explaining each decision in your own words before relying on a pattern or shortcut.
Example
## What changed
- Added course search
## How I tested
- Ran npm run buildSummary
KEY TAKEAWAYS
- Pull requests make changes reviewable.
- Testing notes build confidence in a change.
Reading material
Pull requests practice prompt
Use the exercise in this lesson to check your understanding.
Your progress is saved on this device. Sign in to keep it across devices.
