From 81518f9315be0a1063ff1c9ca8baa22a06faf25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Rozto=C4=8Dil?= Date: Fri, 9 May 2014 12:46:33 +0100 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0a64bd83..8c7e5acf 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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