title: Pull requests & code review
Code review¶
Pull Requests and Code Review: Best Practices for Developers by Sebastien Castiel — a compact, practical guide written specifically for people transitioning into PR-heavy workflows, covering both sides (author and reviewer).
Swarmia's Complete Guide to Code Reviews — walks through the whole lifecycle (draft → ready → review → merge) with concrete PR conventions.
mawrkus/pull-request-review-guide (GitHub) — short, checklist-style etiquette guide. Good for internalizing "what's a nitpick vs. what's a real design concern."
Code Review Best Practices & Checklist — a practical checklist (functionality, design, complexity, tests) that's useful to mentally run through before you even open a PR, so fewer nitpicks land on you in the first place.