summaryrefslogtreecommitdiff
path: root/CONTRIBUTING
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-03 10:51:13 +0100
committerMatt Caswell <matt@openssl.org>2016-06-03 17:10:16 +0100
commit49c2a00d1427b84bd851125740f493d1822e6fbc (patch)
tree63d0c6bff730f269de17042e8d37c803a7f336f6 /CONTRIBUTING
parent4d6013c762dcd8d1eb7d481b7d6df6b5433818fe (diff)
downloadopenssl-new-49c2a00d1427b84bd851125740f493d1822e6fbc.tar.gz
Add a paragraph on documentation to CONTRIBUTING
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
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.