Skip to content

Commit

Permalink
move bug reporting instructions from wiki to www
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bonzini committed Jul 26, 2017
1 parent 03d020e commit e86489e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
19 changes: 19 additions & 0 deletions contribute/report-a-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Reporting a bug
permalink: /contribute/report-a-bug
---

Bugs can be filed at our [bug tracker](https://bugs.launchpad.net/qemu/), which is hosted on Launchpad.

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).

0 comments on commit e86489e

Please sign in to comment.