Skip to content

Commit e760853

Browse files
praveenkumargbraad
authored andcommitted
Update the issue template
- Add the section if user using baremetal/laptop/vm - Add section about cleanup steps
1 parent d395529 commit e760853

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ assignees: ''
1212
* OS: Linux / macOS / Windows
1313
* Hypervisor: KVM / Hyper-V / hyperkit
1414
* Did you run `crc setup` before starting it (Yes/No)?
15+
* Running CRC on: Laptop / Baremetal-Server / VM
1516

1617
## CRC version
1718
```bash
@@ -20,7 +21,7 @@ assignees: ''
2021

2122
## CRC status
2223
```bash
23-
# Put `crc status` output here
24+
# Put `crc status --log-level debug` output here
2425
```
2526

2627
## CRC config
@@ -35,7 +36,6 @@ assignees: ''
3536
# Put the output of `systeminfo` in case of Windows
3637
```
3738

38-
3939
### Steps to reproduce
4040

4141
1.
@@ -51,5 +51,12 @@ assignees: ''
5151

5252
### Logs
5353

54-
You can start crc with `crc start --log-level debug` to collect logs.
55-
Please consider posting this on http://gist.github.com/ and post the link in the issue.
54+
Before gather the logs try following if that fix your issue
55+
```bash
56+
$ crc delete -f
57+
$ crc cleanup
58+
$ crc setup
59+
$ crc start --log-level debug
60+
```
61+
62+
Please consider posting the output of `crc start --log-level debug` on http://gist.github.com/ and post the link in the issue.

0 commit comments

Comments
 (0)