Manuals / Git & GitHub / Chapter 4
B · Collaborate · beginner · Day 3–4 · Chapter 4 of 12
Pull requests & code review
PRs are conversation + integration. Clear description, test plan, small diffs. Review others generously.
Path progress28%
Step 1 of 3
Open your first PR
Push branch → GitHub "Compare & pull request" → fill title, summary, test plan.
- Title: imperative summary
- Body: what changed and why
- Test plan: how you verified
Do this now
Open PR on git-practice. Self-merge after checking diff.
Was this step clear?
Chapter learning outcomes
- Open PR from branch
- PR description template
- Review comments
- Merge strategies
Clear these before you leave
Side quest
PR template
Add .github/pull_request_template.md to a repo.