From 99317479010d45cee843149267b2d00aab0d49fd Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 7 Jul 2020 13:19:42 +0200 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 12e53859..ffa6aca6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -34,9 +34,9 @@ If you are fixing an issue, the first step should be to create a test case that reproduces the incorrect behaviour. That will also help you to build an understanding of the issue at hand. -Please note that pull requests introducing code changes without new tests +**Pull requests introducing code changes without tests will generally not get merged. The same goes for PRs changing HTTPie’s -behaviour and not providing documentation. +behaviour and not providing documentation.** Conversely, PRs consisting of documentation improvements or tests for existing-yet-previously-untested behavior will very likely be merged.