From ed2b4d26388cb590707bb3b3d2b2f5fe20c5677b Mon Sep 17 00:00:00 2001 From: Harmony Date: Tue, 7 May 2019 10:03:02 -0400 Subject: [PATCH] Add bug reporting template --- .gitlab/issue_templates/Bug.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 00000000..d643720f --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,30 @@ + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Steps to Reproduce + + +1. +1. +1. +1. + +## Context (Environment) + + + + + +## Detailed Description + + +## Possible Implementation + \ No newline at end of file