1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-20 02:59:47 +02:00

Update CONTRIBUTING.rst

This commit is contained in:
Jakub Roztočil 2014-05-09 12:46:33 +01:00 committed by Jakub Roztocil
parent e4c68063b9
commit ea8132b3d6

View File

@ -8,12 +8,15 @@ might encounter.
Bug Reports
===========
Along with a description of the problem, please provide the output of the
failing command with the ``--debug`` flag, e.g.:
It's important that you provide the full command argument list
as well as the output of the failing command.
Use the ``--debug`` flag and copy&paste both the command and its output
to your bug report, e.g.:
.. code-block:: bash
$ http --debug [minimal set of arguments that trigger the error]
$ http --debug [arguments that trigger the error]
[complete output]
Contributing Code and Documentation