From e0492eac17728a709f060244782a4ba95c417211 Mon Sep 17 00:00:00 2001
From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com>
Date: Sat, 29 Jun 2024 23:59:08 +0100
Subject: [PATCH] docs: remove old issue template
---
.github/issue_template.md | 58 ---------------------------------------
1 file changed, 58 deletions(-)
delete mode 100644 .github/issue_template.md
diff --git a/.github/issue_template.md b/.github/issue_template.md
deleted file mode 100644
index 12622d7..0000000
--- a/.github/issue_template.md
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-# Expected behavior
-
-Describe your expected behavior.
-
-## Actual behavior
-
-Describe the actual behavior.
-
-# Steps to reproduce the behavior
-
-Outline the steps to reproduce the issue you've encountered.
-
-# Additional context
-
-## Quickemu output
-
-Run `quickemu` or `quickemu` and include the output of the failure below:
-
-
- Quickemu output
-
- ```text
- quickemu/quickget output here
- ```
-
-
-## System Information
-
-**Run `quickreport` and include the output here**; if you can't run `quickreport`,
-please provide the output of the following:
-
-```bash
-clear && \
-echo -e "Ver:\t$(quickemu --version)" && \
-echo -e "Distro:\t$(grep PRETTY_NAME /etc/os-release | cut -d'"' -f2)" && \
-echo -e "Kernel:\t$(uname -s -r -m)" && \
-echo -e "Memory:\t$(free --si -h | awk '/Mem:/{print $2}')" && \
-lspci | grep -i vga | cut -d':' -f3 && echo && \
-curl --version && echo && \
-qemu-system-"$(uname -m)" -version | head -1 && \
-qemu-system-"$(uname -m)" -cpu help && echo && \
-lscpu | tee quickreport.txt
-```
-
-
- Quickreport output
-
- ```text
- quickreport output here
- ```
-