1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

docs: add GH issue template

This commit is contained in:
Achilleas Anagnostopoulos 2018-03-23 20:23:50 +00:00
parent f87c295416
commit 2826507371

30
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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.