aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-09 12:13:08 +0000
committerGitHub <[email protected]>2021-03-09 12:13:08 +0000
commit38c84714eea447d92e94ca03e0cd67f39f7066f9 (patch)
tree0c502af50232069e25f4eec44d57d248fe8d1067
parentMerge pull request #169 from sickcodes/nopicker-bug (diff)
downloaddocker-osx-38c84714eea447d92e94ca03e0cd67f39f7066f9.tar.xz
docker-osx-38c84714eea447d92e94ca03e0cd67f39f7066f9.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/a.md24
-rw-r--r--.github/ISSUE_TEMPLATE/issue-template.md24
2 files changed, 48 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/a.md b/.github/ISSUE_TEMPLATE/a.md
new file mode 100644
index 0000000..7ce9fd3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/a.md
@@ -0,0 +1,24 @@
+---
+name: ''
+about: ''
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# OS related issued, please help us identify the issue by posting the output of this
+uname -a \
+; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
+; grep NAME /etc/os-release \
+; df -h . \
+; qemu-system-x86_64 --version \
+; libvirtd --version \
+; free -mh \
+; nproc \
+; egrep -c '(svm|vmx)' /proc/cpuinfo \
+; ls -lha /dev/kvm \
+; ls -lha /tmp/.X11-unix/ \
+; ps aux | grep dockerd \
+; docker ps | grep osx \
+; grep "docker\|kvm\|virt" /etc/group
diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md
new file mode 100644
index 0000000..90f72e3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/issue-template.md
@@ -0,0 +1,24 @@
+---
+name: Issue Template
+about: A template for issues.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+# OS related issued, please help us identify the issue by posting the output of this
+uname -a \
+; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
+; grep NAME /etc/os-release \
+; df -h . \
+; qemu-system-x86_64 --version \
+; libvirtd --version \
+; free -mh \
+; nproc \
+; egrep -c '(svm|vmx)' /proc/cpuinfo \
+; ls -lha /dev/kvm \
+; ls -lha /tmp/.X11-unix/ \
+; ps aux | grep dockerd \
+; docker ps | grep osx \
+; grep "docker\|kvm\|virt" /etc/group