Follow repo conventions, keep diffs small, and avoid drive-by refactors that inflate review cost.
Every repo has norms: formatting, naming, testing expectations, and what counts as “idiomatic” for that codebase. Following those norms is part of being a good contributor.
This section focuses on keeping changes reviewable: follow existing style, don’t mix refactors with behavior changes, and run the project’s tests and linters before you push.