From: Matt Caswell Date: Fri, 3 Jun 2016 09:51:13 +0000 (+0100) Subject: Add a paragraph on documentation to CONTRIBUTING X-Git-Tag: OpenSSL_1_1_0-pre6~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c2a00d1427b84bd851125740f493d1822e6fbc;p=thirdparty%2Fopenssl.git Add a paragraph on documentation to CONTRIBUTING Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/CONTRIBUTING b/CONTRIBUTING index c60596ebbeb..07115e5a758 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.