Skip to content

Commit

Permalink
Update the issue template
Browse files Browse the repository at this point in the history
- Add the section if user using baremetal/laptop/vm
- Add section about cleanup steps
  • Loading branch information
praveenkumar authored and gbraad committed May 6, 2020
1 parent d395529 commit e760853
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -12,6 +12,7 @@ assignees: ''
* OS: Linux / macOS / Windows
* Hypervisor: KVM / Hyper-V / hyperkit
* Did you run `crc setup` before starting it (Yes/No)?
* Running CRC on: Laptop / Baremetal-Server / VM

## CRC version
```bash
Expand All @@ -20,7 +21,7 @@ assignees: ''

## CRC status
```bash
# Put `crc status` output here
# Put `crc status --log-level debug` output here
```

## CRC config
Expand All @@ -35,7 +36,6 @@ assignees: ''
# Put the output of `systeminfo` in case of Windows
```


### Steps to reproduce

1.
Expand All @@ -51,5 +51,12 @@ assignees: ''

### Logs

You can start crc with `crc start --log-level debug` to collect logs.
Please consider posting this on http://gist.github.com/ and post the link in the issue.
Before gather the logs try following if that fix your issue
```bash
$ crc delete -f
$ crc cleanup
$ crc setup
$ crc start --log-level debug
```

Please consider posting the output of `crc start --log-level debug` on http://gist.github.com/ and post the link in the issue.

0 comments on commit e760853

Please sign in to comment.