summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CONTRIBUTING8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index ecc1c10054..44f0d3f8d3 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -10,7 +10,13 @@ $Id$
10 10
11 11
12In order for the project to run as smoothly as possible, it's best if all 12In order for the project to run as smoothly as possible, it's best if all
13contributors adhere to a few simple conventions: 13contributors adhere to a few simple source code conventions:
14
15Exceptions
16----------
17This project borrows and imports quite a lot of code from other free software
18projects. We do not change style of such code unless we really have to, even
19though they might be using style very different from others.
14 20
15Language 21Language
16-------- 22--------