1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-07 23:01:53 +02:00

Update CONTRIBUTING.rst

This commit is contained in:
Jakub Roztocil 2020-07-07 13:19:42 +02:00 committed by GitHub
parent 8891afa3b7
commit 9931747901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.