Update issue templates

This commit is contained in:
sickcodes 2021-03-14 09:55:22 +00:00 committed by GitHub
parent 2295eef68f
commit 5fc2b8b263
3 changed files with 24 additions and 2 deletions

View File

@ -1,6 +1,7 @@
---
name: ''
about: ''
name: Issue Running Docker-OSX
about: OS related issued, please help us identify the issue by posting the output
of this
title: ''
labels: ''
assignees: ''
@ -9,6 +10,7 @@ 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 . \

10
.github/ISSUE_TEMPLATE/open-an-issue.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Open an Issue
about: About anything!
title: ''
labels: ''
assignees: ''
---

10
.github/ISSUE_TEMPLATE/other-issues.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Other Issues
about: Open an Issue
title: ''
labels: ''
assignees: ''
---