diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index c6b2d705..2d4b864f 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,5 +1,10 @@ - + + +## Build Information + +Emulator Version: +Emulator Build (hash): ## Expected Behavior @@ -8,7 +13,7 @@ ## Possible Solution - + ## Steps to Reproduce diff --git a/.gitlab/issue_templates/Error.md b/.gitlab/issue_templates/Error.md new file mode 100644 index 00000000..aa8b89c3 --- /dev/null +++ b/.gitlab/issue_templates/Error.md @@ -0,0 +1,29 @@ + + + +## Build Information + +Emulator Version: +Emulator Build (hash): + +## What is the error? +``` +Include your error here. If you have a thread dump, attach it as a txt file +``` + +## 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 diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md index 21414ec9..92a9067a 100644 --- a/.gitlab/issue_templates/Feature.md +++ b/.gitlab/issue_templates/Feature.md @@ -1,5 +1,5 @@ - + ## Summary diff --git a/.gitlab/issue_templates/Improvement.md b/.gitlab/issue_templates/Improvement.md new file mode 100644 index 00000000..05b5dd03 --- /dev/null +++ b/.gitlab/issue_templates/Improvement.md @@ -0,0 +1,15 @@ + + + +## Summary + + + +## How the feature functions now + + +## How you want the feature to function + + +## Other information (e.g. detailed explanation, stacktraces, related issues, suggestions, links for us to have context, eg. stackoverflow, etc) +