PATCHES: add more rules

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-09-02 10:36:13 +02:00
parent aca7afd519
commit 4643de7f30
1 changed files with 3 additions and 0 deletions

View File

@ -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;