Skip to content

Commit 6126118

Browse files
committed
Update issue template
Signed-off-by: Philippe Vanhaesendonck <[email protected]>
1 parent bcacafa commit 6126118

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

Diff for: .github/ISSUE_TEMPLATE/issue-report.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,27 @@ assignees: ''
88
---
99

1010
**Describe the issue**
11-
A clear and concise description of what the issue is.
11+
12+
A clear and concise description of what the issue is.
13+
Explain what commands you ran, what you expected to happen and what actually happened.
1214

1315
**Environment (please complete the following information):**
14-
- Host OS and version: [e.g. Oracle Linux 8.2 UEK6, macOS 10.14.6, Windows 10 Pro, ...]
15-
- Vagrant version: [e.g. 2.2.9]
16-
- Vagrant provider:
17-
- For VirtualBox:
18-
- VirtualBox version: [e.g. 6.1.8r137981 -- run `vboxmanage -v`]
19-
- For libvirt:
20-
- QEMU version: [e.g. 3.1.0 -- run `rpm -q qemu-kvm`]
21-
- Libvirt version: [e.g. 5.7.0 -- run `rpm -q libvirt`]
22-
- Vagrant-libvirt plugin version: [e.g. 0.1.2 -- run `vagrant plugin list`]
23-
- Vagrant project: [e.g. OLCNE, OracleDatabase/19.3.0, ...]
16+
17+
- Host OS: [e.g. Oracle Linux 8, macOS 10.14.6, Windows 10 Pro, ...]
18+
- Kernel version (for Linux host): [run `uname -a`]
19+
- Vagrant version: [e.g. 2.2.9]
20+
- Vagrant provider:
21+
- For VirtualBox:
22+
- VirtualBox version: [e.g. 6.1.8r137981 -- run `vboxmanage -v`]
23+
- For libvirt:
24+
- Vagrant-libvirt plugin version: [e.g. 0.1.2 -- run `vagrant plugin list`]
25+
- QEMU and libvirt version:
26+
If you have `virsh` installed run `virsh -c qemu:///system version --daemon`
27+
Alternatively query your package manager with e.g.
28+
`rpm -q qemu-kvm libvirt`,
29+
`dpkg -l qemu-kvm libvirt\* | grep ^ii`, ...
30+
- Vagrant project: [e.g. OLCNE, OracleDatabase/19.3.0, ...]
2431

2532
**Additional information**
33+
2634
Add any other information about the issue here (console log, ...).

0 commit comments

Comments
 (0)