From fb4fe17b521c35b53aeda5c40b24c41a2fd94574 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 27 Apr 2021 10:17:09 +0100 Subject: [PATCH] .github: Add issue template for bug report Signed-off-by: Rob Bradford --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..7fc8dc7a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: