summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r--CONTRIBUTING4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index c60596ebbe..07115e5a75 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -69,3 +69,7 @@ the acceptance and review process faster:
5. When at all possible, patches should include tests. These can either be
added to an existing test, or completely new. Please see test/README
for information on the test framework.
+
+ 6. New features or changed functionality must include documentation. Please
+ look at the "pod" files in doc/apps, doc/crypto and doc/ssl for examples of
+ our style.