qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www
@ 2017-07-26 11:10 Paolo Bonzini
  2017-07-26 11:18 ` Eric Blake
  2017-07-26 11:32 ` Thomas Huth
  0 siblings, 2 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-07-26 11:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, eblake

The bug reporting instructions are pretty static, and it is nicer if bug
reporters stay within the familiar QEMU web site layout.  Move the page
to qemu.org.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 _includes/footer.html      |  2 +-
 contribute.md              |  2 +-
 contribute/report-a-bug.md | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 2 deletions(-)
 create mode 100644 contribute/report-a-bug.md

diff --git a/_includes/footer.html b/_includes/footer.html
index cd28480..7a3e8b1 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -7,9 +7,9 @@
 		</ul>
 		<ul class="style">
 			<li><a href="/contribute">Contribute</a></li>
+			<li><a href="/contribute/report-a-bug">Reporting a bug</a></li>
 			<li><a href="http://wiki.qemu-project.org/Documentation/GettingStartedDevelopers">New contributors</a></li>
 			<li><a href="http://wiki.qemu-project.org/Contribute/SubmitAPatch">Submitting a patch</a></li>
-			<li><a href="http://wiki.qemu-project.org/Contribute/ReportABug">Reporting a bug</a></li>
 			<li><a href="http://wiki.qemu-project.org/Contribute/FAQ">Contributor FAQ</a></li>
 		</ul>
 		<ul class="style">
diff --git a/contribute.md b/contribute.md
index fb2238d..e052654 100644
--- a/contribute.md
+++ b/contribute.md
@@ -3,7 +3,7 @@ title: Contribute to QEMU!
 permalink: /contribute/
 ---
 
-* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](http://wiki.qemu-project.org/Contribute/ReportABug)
+* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](report-a-bug/)
 
 * Clone the git repository: <br>`git clone git://git.qemu-project.org/qemu.git`
 
diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
new file mode 100644
index 0000000..f0fd67b
--- /dev/null
+++ b/contribute/report-a-bug.md
@@ -0,0 +1,19 @@
+---
+title: Reporting a bug
+permalink: /contribute/report-a-bug
+---
+
+Bugs can be filed at our [https://bugs.launchpad.net/qemu/ bug tracker].
+
+When submitting a bug report, please try to do the following:
+
+* Make sure you're reporting the bug against the [latest release](/download/#source).  If possible, please try to reproduce with the latest development tree too.
+
+* Include the full command line used to launch the QEMU guest.
+
+* Reproduce the problem directly with a QEMU command-line.  Avoid frontends and management stacks, to ensure that the bug is in QEMU itself and not in a frontend.
+
+* Include as information about the guest (operating system, version, 32/64-bit).
+
+* Do not contribute patches on the bug tracker; send patches to the mailing list. Follow QEMU's [guidelines about submitting patches](http://wiki.qemu.org/Contribute/SubmitAPatch).
+
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www
  2017-07-26 11:10 [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www Paolo Bonzini
@ 2017-07-26 11:18 ` Eric Blake
  2017-07-26 11:32 ` Thomas Huth
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Blake @ 2017-07-26 11:18 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: thuth

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

On 07/26/2017 06:10 AM, Paolo Bonzini wrote:
> The bug reporting instructions are pretty static, and it is nicer if bug
> reporters stay within the familiar QEMU web site layout.  Move the page
> to qemu.org.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  _includes/footer.html      |  2 +-
>  contribute.md              |  2 +-
>  contribute/report-a-bug.md | 19 +++++++++++++++++++
>  3 files changed, 21 insertions(+), 2 deletions(-)
>  create mode 100644 contribute/report-a-bug.md

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www
  2017-07-26 11:10 [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www Paolo Bonzini
  2017-07-26 11:18 ` Eric Blake
@ 2017-07-26 11:32 ` Thomas Huth
  2017-07-26 11:37   ` Eric Blake
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2017-07-26 11:32 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 26.07.2017 13:10, Paolo Bonzini wrote:
> The bug reporting instructions are pretty static, and it is nicer if bug
> reporters stay within the familiar QEMU web site layout.  Move the page
> to qemu.org.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  _includes/footer.html      |  2 +-
>  contribute.md              |  2 +-
>  contribute/report-a-bug.md | 19 +++++++++++++++++++
>  3 files changed, 21 insertions(+), 2 deletions(-)
>  create mode 100644 contribute/report-a-bug.md
> 
> diff --git a/_includes/footer.html b/_includes/footer.html
> index cd28480..7a3e8b1 100644
> --- a/_includes/footer.html
> +++ b/_includes/footer.html
> @@ -7,9 +7,9 @@
>  		</ul>
>  		<ul class="style">
>  			<li><a href="/contribute">Contribute</a></li>
> +			<li><a href="/contribute/report-a-bug">Reporting a bug</a></li>
>  			<li><a href="http://wiki.qemu-project.org/Documentation/GettingStartedDevelopers">New contributors</a></li>
>  			<li><a href="http://wiki.qemu-project.org/Contribute/SubmitAPatch">Submitting a patch</a></li>
> -			<li><a href="http://wiki.qemu-project.org/Contribute/ReportABug">Reporting a bug</a></li>
>  			<li><a href="http://wiki.qemu-project.org/Contribute/FAQ">Contributor FAQ</a></li>
>  		</ul>
>  		<ul class="style">
> diff --git a/contribute.md b/contribute.md
> index fb2238d..e052654 100644
> --- a/contribute.md
> +++ b/contribute.md
> @@ -3,7 +3,7 @@ title: Contribute to QEMU!
>  permalink: /contribute/
>  ---
>  
> -* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](http://wiki.qemu-project.org/Contribute/ReportABug)
> +* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](report-a-bug/)

While you're at it, could you turn the launchpad URL into a clickable
URL, too? It is currently rendered as plain text.

>  * Clone the git repository: <br>`git clone git://git.qemu-project.org/qemu.git`
>  
> diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md
> new file mode 100644
> index 0000000..f0fd67b
> --- /dev/null
> +++ b/contribute/report-a-bug.md
> @@ -0,0 +1,19 @@
> +---
> +title: Reporting a bug
> +permalink: /contribute/report-a-bug
> +---
> +
> +Bugs can be filed at our [https://bugs.launchpad.net/qemu/ bug tracker].
> +
> +When submitting a bug report, please try to do the following:
> +
> +* Make sure you're reporting the bug against the [latest release](/download/#source).  If possible, please try to reproduce with the latest development tree too.

Please add also (since it still happens way too often):

* Please avoid to report bugs that you've found in the QEMU version
  that ships with your Linux distribution. If you've got a problem with
  the QEMU from your Linux distribution, use the bug tracker from your
  distro instead.

* Include the QEMU release version or the git commit hash into the
  description, so that it is later still clear in which version you
  have found the bug.

> +* Include the full command line used to launch the QEMU guest.
> +
> +* Reproduce the problem directly with a QEMU command-line.  Avoid frontends and management stacks, to ensure that the bug is in QEMU itself and not in a frontend.
> +
> +* Include as information about the guest (operating system, version, 32/64-bit).
> +
> +* Do not contribute patches on the bug tracker; send patches to the mailing list. Follow QEMU's [guidelines about submitting patches](http://wiki.qemu.org/Contribute/SubmitAPatch).

Please also add something like this:

* Do NOT report security issues (or other bugs, too) as "private" bugs
  in the bug tracker. Non-public bugs tend to be ignored. See
  http://wiki.qemu.org/SecurityProcess for information about how to
  report security issues in a non-public way instead.

* If you encountered a problem with KVM in the kernel, use the kernel
  bug tracker instead (see http://www.linux-kvm.org/page/Bugs for
  details).

 Thanks,
  Thomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www
  2017-07-26 11:32 ` Thomas Huth
@ 2017-07-26 11:37   ` Eric Blake
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2017-07-26 11:37 UTC (permalink / raw)
  To: Thomas Huth, Paolo Bonzini, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]

On 07/26/2017 06:32 AM, Thomas Huth wrote:
> On 26.07.2017 13:10, Paolo Bonzini wrote:
>> The bug reporting instructions are pretty static, and it is nicer if bug
>> reporters stay within the familiar QEMU web site layout.  Move the page
>> to qemu.org.
>>
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>> ---

>> +* Make sure you're reporting the bug against the [latest release](/download/#source).  If possible, please try to reproduce with the latest development tree too.
> 
> Please add also (since it still happens way too often):
> 
> * Please avoid to report bugs that you've found in the QEMU version

s/to report/reporting/

>   that ships with your Linux distribution. If you've got a problem with
>   the QEMU from your Linux distribution, use the bug tracker from your
>   distro instead.
> 

All of your suggestions look like useful additions.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-26 11:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 11:10 [Qemu-devel] [qemu-web PATCH] move bug reporting instructions from wiki to www Paolo Bonzini
2017-07-26 11:18 ` Eric Blake
2017-07-26 11:32 ` Thomas Huth
2017-07-26 11:37   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).