aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-15 18:16:26 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-15 18:16:26 -0600
commit1c079d2ab38b87f2abb3d980ec9b43200d2711e0 (patch)
tree584ba99aa3063f7abd422d0ae4e60c003179cd6b /docs/CONTRIBUTING
parent25972713cd69b650feac840b85435ada9f02ed83 (diff)
parentf8cffd77d5cd734389fb11966c9eb90315e8c8ed (diff)
Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into replace-expand-template
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.