[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Jan 25 22:13:15 UTC 2016
The branch master has been updated
via c5eed2775eced6f324516c0fcb981c67e2d04fc3 (commit)
from 05e4e63366593298a362393c8152863771d92130 (commit)
- Log -----------------------------------------------------------------
commit c5eed2775eced6f324516c0fcb981c67e2d04fc3
Author: Rich Salz <rsalz at openssl.org>
Date: Mon Jan 25 17:12:57 2016 -0500
Ask for tests in CONTRIBUTING
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
CONTRIBUTING | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 9d63d8a..3b84ce31 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -22,6 +22,10 @@ current Git or the last snapshot. They should follow our coding style
warnings using the --strict-warnings flag. OpenSSL compiles on many varied
platforms: try to ensure you only use portable features.
+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.
+
Our preferred format for patch files is "git format-patch" output. For example
to provide a patch file containing the last commit in your local git repository
use the following command:
More information about the openssl-commits
mailing list