From 80bba0d7ed00c2e926acbf5410384a31d7826faf Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 14 May 2016 02:38:02 +0200 Subject: [PATCH] reporting_bugs: advise using --verbose Change-Id: I2bbe4b4a18e26d0eda6a467219a5b4cd90832087 --- doc/source/hacking/contrib/reporting_bugs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/hacking/contrib/reporting_bugs.rst b/doc/source/hacking/contrib/reporting_bugs.rst index 59906073c..4fae44831 100644 --- a/doc/source/hacking/contrib/reporting_bugs.rst +++ b/doc/source/hacking/contrib/reporting_bugs.rst @@ -43,6 +43,9 @@ report : * **Add the full command line you used, and the full output** + * Make sure to run ``qibuild`` with debug output using the + ``-v,--verbose`` option + * Indicate how to reproduce the bug. This is very important, it will help people test the bug and potential patches on their own computer.