From 02f781e69e028d5b983ae9ed23e6155b609c5816 Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 29 Apr 2023 11:09:56 +0100 Subject: [PATCH] Create bug_report.md Add a bug report template based on the information requested in [the beta announcement YouTube video](https://www.youtube.com/watch?v=ctHE2Utcpnk) --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d204f39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +#### Version of the game + - Version [e.g. v0.0.9] + +#### Original Hardware or Emulator? + +- [ ] Original Hardware +- [ ] Emulator + +#### What is the bug? +A clear and concise description of what the bug is. + +#### Steps to reproduce the behavior: +1. In test chamber '…' +2. Pick up '…' +3. Shoot Portal '…' +4. See error + +#### Screenshots +If applicable, add screenshots to help explain your problem. + +#### Additional context +Add any other context about the problem here.