From 4643de7f301f984782ffdde11cbb4e0e19a9adb1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 2 Sep 2009 10:36:13 +0200 Subject: [PATCH] PATCHES: add more rules Signed-off-by: Julien Danjou --- PATCHES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PATCHES b/PATCHES index cc050de6..bef9c4e5 100644 --- a/PATCHES +++ b/PATCHES @@ -3,6 +3,9 @@ If you plan to submit patches, here's a checklist: Commits: - make commits of logical units; +- do not modify piece of code not related to your commit; +- do not try to fix style of code you are not writing, + it's just adding noise for no gain; - check for unnecessary whitespace with "git diff --check" before commiting; - do not check in commented out code or unneeded files; - provide a meaningful commit message;