quickemu/.github/issue_template.md

59 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-05-09 17:39:04 +02:00
<!--
Please fill out the following template to the best of your ability.
If you're not sure about something, feel free to ask for help in Discord or the Discussions.
The more information you provide, the easier it will be to help you.
Issues that completely ignore this template will be closed.
-->
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
# Expected behavior
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
Describe your expected behavior.
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
## Actual behavior
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
Describe the actual behavior.
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
# Steps to reproduce the behavior
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
Outline the steps to reproduce the issue you've encountered.
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
# Additional context
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
## Quickemu output
2021-10-18 13:51:54 +02:00
2024-05-09 17:39:04 +02:00
Run `quickemu` or `quickemu` and include the output of the failure below:
<details>
<summary>Quickemu output</summary>
```text
quickemu/quickget output here
```
</details>
## System Information
**Run `quickreport` and include the output here**; if you can't run `quickreport`,
please provide the output of the following:
2021-10-18 13:51:54 +02:00
```bash
2024-05-09 17:39:04 +02:00
clear && \
echo -e "Ver:\t$(quickemu --version)" && \
echo -e "Distro:\t$(grep PRETTY_NAME /etc/os-release | cut -d'"' -f2)" && \
echo -e "Kernel:\t$(uname -s -r -m)" && \
echo -e "Memory:\t$(free --si -h | awk '/Mem:/{print $2}')" && \
lspci | grep -i vga | cut -d':' -f3 && echo && \
curl --version && echo && \
qemu-system-"$(uname -m)" -version | head -1 && \
qemu-system-"$(uname -m)" -cpu help && echo && \
lscpu | tee quickreport.txt
2021-10-18 13:51:54 +02:00
```
2024-05-09 17:39:04 +02:00
<details>
<summary>Quickreport output</summary>
```text
quickreport output here
```
</details>