Every published module, all in one place.
2 modules
Project Setup → Git Workflow
Git workflow rules for teams: small atomic commits with imperative messages, branch naming, rebase versus merge policy, pull request size caps, never force-pushing shared branches, why-focused commit bodies, and .gitignore hygiene.
by @markdowners
Testing & Quality → Code Review
Running code review that actually improves code: correctness before style, small diffs for better review quality, severity-labeled comments, asking instead of commanding, responding to every comment, clear approval criteria, and automating what linters can catch.