Skip to content

Commit 954a6c4

Browse files
committed
.gitlab/issue_templates: Move suggestions into comments
Many users forget to remove the suggestions from the bug template when creating a new issue. So when searching for strings like "s390x" or "Windows", you get a lot of unrelated issues in the results. Thus let's move the suggestions into HTML comments - so they will still show up in the markdown when editing the bug, while being hidden/ignored in the final text or in the search queries. Message-Id: <[email protected]> Reviewed-by: John Snow <[email protected]> Reviewed-by: Alex Bennée <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent a99de99 commit 954a6c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitlab/issue_templates/bug.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ https://www.qemu.org/contribute/security-process/
1818
-->
1919

2020
## Host environment
21-
- Operating system: (Windows 10 21H1, Fedora 34, etc.)
22-
- OS/kernel version: (For POSIX hosts, use `uname -a`)
23-
- Architecture: (x86, ARM, s390x, etc.)
24-
- QEMU flavor: (qemu-system-x86_64, qemu-aarch64, qemu-img, etc.)
25-
- QEMU version: (e.g. `qemu-system-x86_64 --version`)
21+
- Operating system: <!-- Windows 10 21H1, Fedora 37, etc. -->
22+
- OS/kernel version: <!-- For POSIX hosts, use `uname -a` -->
23+
- Architecture: <!-- x86, ARM, s390x, etc. -->
24+
- QEMU flavor: <!-- qemu-system-x86_64, qemu-aarch64, qemu-img, etc. -->
25+
- QEMU version: <!-- e.g. `qemu-system-x86_64 --version` -->
2626
- QEMU command line:
2727
<!--
2828
Give the smallest, complete command line that exhibits the problem.
@@ -35,9 +35,9 @@ https://www.qemu.org/contribute/security-process/
3535
```
3636

3737
## Emulated/Virtualized environment
38-
- Operating system: (Windows 10 21H1, Fedora 34, etc.)
39-
- OS/kernel version: (For POSIX guests, use `uname -a`.)
40-
- Architecture: (x86, ARM, s390x, etc.)
38+
- Operating system: <!-- Windows 10 21H1, Fedora 37, etc. -->
39+
- OS/kernel version: <!-- For POSIX guests, use `uname -a`. -->
40+
- Architecture: <!-- x86, ARM, s390x, etc. -->
4141

4242

4343
## Description of problem

0 commit comments

Comments
 (0)