Reviewing is how Bitcoin stays safe. You will learn more from careful review than from rushing another feature PR.
Complete Step 1 // Required reading in the study plan above, then continue here.
Step 2 — Context: what maintainers expect
Use Pull’s Review Club picks on this lesson, or browse open issues filtered for Bitcoin tracks.
What to check:
- Does it solve the claimed problem?
- Are there tests?
- Are edge cases handled?
- Is the diff minimal?
Loading diagram…
Done when: You can explain why silence is not an ACK.
Step 3 — Practice: review one PR (lab)
Read the description, inspect the diff, run or reason about tests if feasible. Draft comments using conventional-comment prefixes where helpful (nit:, suggestion:, issue:).
Checklist
- Comments are actionable (what + why)
- You checked tests / verification claims
- You stated ACK / NACK / request-changes clearly
Done when: Lab evidence (PR URL + notes + verdict sentence) is complete.
Next lesson
Contribution Rubric — score your own attempt before asking for review.