Skip to content

Commit

Permalink
.github: Add issue template for bug report
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford authored and Sebastien Boeuf committed Apr 27, 2021
1 parent 5d1abec commit fb4fe17
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: File a bug report
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:

**Version**

Output of `cloud-hypervisor --version`:

Did you build from source, if so build command line (e.g. features):

**VM configuration**

What command line did you run (or JSON config data):

Guest OS version details:

Host OS version details:

**Logs**

Output of `cloud-hypervisor -v` from either standard error or via `--log-file`:

Linux kernel output:

0 comments on commit fb4fe17

Please sign in to comment.