Add a paragraph on documentation to CONTRIBUTING
authorMatt Caswell <matt@openssl.org>
Fri, 3 Jun 2016 09:51:13 +0000 (10:51 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 3 Jun 2016 16:10:16 +0000 (17:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
CONTRIBUTING

index c60596ebbeb6654ee8471f58bfe32b336b8d9400..07115e5a7588692cdb2beea9d6b4af8c78eb175e 100644 (file)
@@ -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.