Update issue templates

This commit is contained in:
sickcodes 2021-03-09 12:13:08 +00:00 committed by GitHub
parent 7f2ef89ab7
commit 38c84714ee
2 changed files with 48 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/a.md vendored Normal file
View File

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

View File

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