From e6cc8f402976d31677af23280c8153043ccf4214 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Wed, 4 Sep 2019 22:25:32 +0200 Subject: [PATCH 1/2] Update issue templates added host modules --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f0e1c4d..5c81009 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,6 +30,8 @@ If applicable, add screenshots to help explain your problem. - Hypervisor: [e.g Virtualbox] - Hypervisor Version: [e.g. Virtualbox Version] - Image Version: [e.g. v2019.07.05] + - Host Modules: [e.g. virtualbox-host-dkms] + - Host Modules Version: [e.g. 6.0.10-1] **Additional context** Add any other context about the problem here. From 0517a5ea04de7bff5703d66f9f29a4f5cb132297 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Fri, 6 Sep 2019 23:13:04 +0200 Subject: [PATCH 2/2] Update issue templates added uname and check for vboxusers group --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5c81009..07e0dd1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,6 +32,8 @@ If applicable, add screenshots to help explain your problem. - Image Version: [e.g. v2019.07.05] - Host Modules: [e.g. virtualbox-host-dkms] - Host Modules Version: [e.g. 6.0.10-1] + - Output of `id` command: [this is for checking if your user is part of group `vboxusers`] + - Output of `uname -a`: [e.g. Linux motoko 5.2.11.a-1-hardened #1 SMP PREEMPT Tue Sep 3 00:13:50 CEST 2019 x86_64 GNU/Linux] **Additional context** Add any other context about the problem here.