Clean Patch
From MyPaint
(Redirected from Clean patch)
Maxy's definition of a "clean patch":
- git commit(s) that mostly follow the git etiquette described here
- based on the main repository, or can be rebased without conflicts
- with focus on a single aspect (no unrelated changes)
- no major bugs
- no obvious glitches
- no dead code after applying (unused methods, variables, etc.)
--maxy 15:30, 28 November 2009 (UTC)

