From 9814da78b83b4341054f50fa3162b3420fc4668d Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 2 Dec 2021 20:47:11 +0000 Subject: [PATCH 1/2] Update bug.md --- bug.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bug.md diff --git a/bug.md b/bug.md new file mode 100644 index 00000000..9851c1b6 --- /dev/null +++ b/bug.md @@ -0,0 +1,44 @@ + + +### Summary + + + +### Steps to reproduce + + + +### Example Project + + + +### What is the current *bug* behavior? + + + +### What is the expected *correct* behavior? + + + +### Relevant logs and/or screenshots + + + + +### Possible fixes + + + +/label ~"bug" From 4b87a40cc2a94b7e471d34f25fd8f3f91774f66e Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 2 Dec 2021 20:52:06 +0000 Subject: [PATCH 2/2] Fixing path because it was messed up in the mr --- bug.md => .gitlab/issue_templates/bug.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bug.md => .gitlab/issue_templates/bug.md (100%) diff --git a/bug.md b/.gitlab/issue_templates/bug.md similarity index 100% rename from bug.md rename to .gitlab/issue_templates/bug.md