aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-07-14 22:45:58 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-07-14 22:45:58 +0100
commit23edd78c1d0f1f370bdaa837aad2d77fec2625bf (patch)
tree7ad3dcf131f4c693983853c6b792e650b190b4e2 /docs/CONTRIBUTING
parentc4faad1f9a553bafea9f24917bf709b2bb70213f (diff)
Add note about whitespace to docs/CONTRIBUTING.
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index f5d7ebc..c26e49a 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -66,6 +66,9 @@ This is a relatively easy, solid and transparent way to handle all requests in o
we know for bigger changes this is not always feasible. Just try to keep the merges about bigger "clean changesets".
* Your code should not introduce any compile warnings or errors. And also,
no regressions but that's harder to check.
+* Please try to keep the code clean - we don't like extraneous whitespace.
+ The sample pre-commit hook can check for this - so go ahead and
+ $ cp .git/hooks/pre-commit.sample .git/hooks/pre-commit
That said, you can always ask us to check on your stuff or ask for advice.