From 31c0bcfbcd6a1080d7b3eef35c9327c490ad22e6 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 9 Oct 2014 00:38:10 +0200 Subject: [PATCH] Declare new testing policy --- CONTRIBUTING.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d178ccc9603..328684d242d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -109,7 +109,9 @@ And at any point in that process, you can add: *discuss discuss discuss*, because it's always useful for everyone to pass ideas around and look at thngs together. -:ref:`testing` is really important. +:ref:`testing` is really important; starting from 3.1 to be merged a pull +request **must** improve test coverage and bug-fixing patches **must** +demonstrate the bug with a test. We have an IRC channel, our `django-cms-developers`_ email list, and of course the code reviews mechanism on GitHub - do use them.