Ask for tests in CONTRIBUTING
authorRich Salz <rsalz@openssl.org>
Mon, 25 Jan 2016 22:12:57 +0000 (17:12 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 25 Jan 2016 22:12:57 +0000 (17:12 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
CONTRIBUTING

index 9d63d8abb67252974e5a1267b2e38b67c1ad0a06..3b84ce314190d05dec43a6207ea07250e43ab328 100644 (file)
@@ -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.
 
 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:
 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: