From f3f0018fb956dcc075798bd3d2eb49916471f23c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 13 Dec 2013 19:22:33 -0800 Subject: Document the need for test coverage --- docs/contributing.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/contributing.rst b/docs/contributing.rst index 100f13f5..a8010a9a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -28,6 +28,7 @@ devastating, ``cryptography`` has a strict code review policy: * If somehow the tests get into a failing state on ``master`` (such as by a backwards incompatible release of a dependency) no pull requests may be merged until this is rectified. +* All merged patches must have 100% test coverage. The purpose of these policies is to minimize the chances we merge a change which jeopardizes our users' security. -- cgit v1.2.3