diff options
Diffstat (limited to '.gitlab/issue_templates/bug.md')
-rw-r--r-- | .gitlab/issue_templates/bug.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md index e910f7b1c2..53a79f5828 100644 --- a/.gitlab/issue_templates/bug.md +++ b/.gitlab/issue_templates/bug.md @@ -18,11 +18,11 @@ https://www.qemu.org/contribute/security-process/ --> ## Host environment - - Operating system: (Windows 10 21H1, Fedora 34, etc.) - - OS/kernel version: (For POSIX hosts, use `uname -a`) - - Architecture: (x86, ARM, s390x, etc.) - - QEMU flavor: (qemu-system-x86_64, qemu-aarch64, qemu-img, etc.) - - QEMU version: (e.g. `qemu-system-x86_64 --version`) + - Operating system: <!-- Windows 10 21H1, Fedora 37, etc. --> + - OS/kernel version: <!-- For POSIX hosts, use `uname -a` --> + - Architecture: <!-- x86, ARM, s390x, etc. --> + - QEMU flavor: <!-- qemu-system-x86_64, qemu-aarch64, qemu-img, etc. --> + - QEMU version: <!-- e.g. `qemu-system-x86_64 --version` --> - QEMU command line: <!-- Give the smallest, complete command line that exhibits the problem. @@ -35,9 +35,9 @@ https://www.qemu.org/contribute/security-process/ ``` ## Emulated/Virtualized environment - - Operating system: (Windows 10 21H1, Fedora 34, etc.) - - OS/kernel version: (For POSIX guests, use `uname -a`.) - - Architecture: (x86, ARM, s390x, etc.) + - Operating system: <!-- Windows 10 21H1, Fedora 37, etc. --> + - OS/kernel version: <!-- For POSIX guests, use `uname -a`. --> + - Architecture: <!-- x86, ARM, s390x, etc. --> ## Description of problem |