From 28265073718834c2ad1914d1b25fd688bd7e377b Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Fri, 23 Mar 2018 20:23:50 +0000 Subject: [PATCH] docs: add GH issue template --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b1bddd3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +Please answer these questions before submitting your issue. Thanks! + +### Are you trying to build gopher-os inside vagrant or on Linux? + + + +### If building on Linux what is the output of `uname -a`? + + + +### What version of Go are you using (`go version`)? + + + +### What did you do? + +If possible, provide a recipe for reproducing the error. + +If reporting a kernel crash please specify if you booted the kernel via +VirtualBox (`make run-vbox`), qemu (`make run-qemu`) or on real hardware. + + +### What did you expect to see? + + + +### What did you see instead? + +If reporting a kernel crash try to attach a screenshot of the kernel output +including any error or panic messages.