Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update style.css #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@

.button:hover
{
background: #F01111;
background: #8f1b1b;
text-decoration: none;
}

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