From 15709a818b31619772e6d3f93ca5d2d366bf2344 Mon Sep 17 00:00:00 2001 From: Harmony Date: Fri, 17 May 2019 09:33:14 -0400 Subject: [PATCH] Add an error template --- .gitlab/issue_templates/Error.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitlab/issue_templates/Error.md diff --git a/.gitlab/issue_templates/Error.md b/.gitlab/issue_templates/Error.md new file mode 100644 index 00000000..2f394c59 --- /dev/null +++ b/.gitlab/issue_templates/Error.md @@ -0,0 +1,29 @@ + + + +## Build Information + +Emulator Version: +Emulator Build (hash): + +## What is the error? +``` + +``` + +## When does this error occur? + + +## What is the outcome of this error? + + +## Steps to Reproduce + + +1. +1. +1. +1. + +## Possible Solution + \ No newline at end of file