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 1/3] 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 From f26272f83f5ef944bd0563ae7b395a2f06ab9150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Rozto=C4=8Dil?= Date: Fri, 9 May 2014 12:48:34 +0100 Subject: [PATCH 2/3] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8c7e5acf..e63cbb8b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -8,8 +8,8 @@ might encounter. Bug Reports =========== -It's important that you provide the full command argument list -as well as the output of the failing command. +**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.: From b51775bb06ae5cbd0557e576bdd518658985f015 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 11 May 2014 20:09:47 -0700 Subject: [PATCH 3/3] Enable testing on Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 259f82fc..f5eb9ab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 2.7 - pypy - 3.3 + - 3.4 script: - make after_success: