diff options
| author | sickcodes <[email protected]> | 2021-03-14 09:59:30 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-03-14 09:59:30 +0000 |
| commit | 5657d4230a9277b4f26406b9e6564893d1ebbeca (patch) | |
| tree | af4526e91a7172cabf4613abd812f66493def3dd /.github | |
| parent | Update issue templates (diff) | |
| download | docker-osx-5657d4230a9277b4f26406b9e6564893d1ebbeca.tar.xz docker-osx-5657d4230a9277b4f26406b9e6564893d1ebbeca.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/issue-template.md | 25 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/other-issues.md | 10 |
2 files changed, 0 insertions, 35 deletions
diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md deleted file mode 100644 index 695733e..0000000 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 "${DISPLAY}" \ -; 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/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md deleted file mode 100644 index 952b94a..0000000 --- a/.github/ISSUE_TEMPLATE/other-issues.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Other Issues -about: Open an Issue -title: '' -labels: '' -assignees: '' - ---- - - |