Skip to content

Commit e86489e

Browse files
committed
move bug reporting instructions from wiki to www
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>
1 parent 03d020e commit e86489e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</ul>
88
<ul class="style">
99
<li><a href="/contribute">Contribute</a></li>
10+
<li><a href="/contribute/report-a-bug">Reporting a bug</a></li>
1011
<li><a href="http://wiki.qemu-project.org/Documentation/GettingStartedDevelopers">New contributors</a></li>
1112
<li><a href="http://wiki.qemu-project.org/Contribute/SubmitAPatch">Submitting a patch</a></li>
12-
<li><a href="http://wiki.qemu-project.org/Contribute/ReportABug">Reporting a bug</a></li>
1313
<li><a href="http://wiki.qemu-project.org/Contribute/FAQ">Contributor FAQ</a></li>
1414
</ul>
1515
<ul class="style">

contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Contribute to QEMU!
33
permalink: /contribute/
44
---
55

6-
* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](http://wiki.qemu-project.org/Contribute/ReportABug)
6+
* Report a bug: https://bugs.launchpad.net/qemu/<br>[How to report a bug](report-a-bug/)
77

88
* Clone the git repository: <br>`git clone git://git.qemu-project.org/qemu.git`
99

contribute/report-a-bug.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Reporting a bug
3+
permalink: /contribute/report-a-bug
4+
---
5+
6+
Bugs can be filed at our [bug tracker](https://bugs.launchpad.net/qemu/), which is hosted on Launchpad.
7+
8+
When submitting a bug report, please try to do the following:
9+
10+
* 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.
11+
12+
* Include the full command line used to launch the QEMU guest.
13+
14+
* 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.
15+
16+
* Include as information about the guest (operating system, version, 32/64-bit).
17+
18+
* 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).
19+

0 commit comments

Comments
 (0)