diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
new file mode 100644
index 0000000000000000000000000000000000000000..bc3cde3d0ecac3f65074651c653cafc576217306
--- /dev/null
+++ b/.gitlab/issue_templates/Bug.md
@@ -0,0 +1,22 @@
+## Summary
+(Summarize the bug encountered concisely)
+
+## Steps to reproduce
+(How one can reproduce the issue - this is very important)
+
+## What is the expected correct behavior?
+(What you should see instead)
+
+## Environment
+```
+
+(Please open `Help->About Alchemy` and click Copy to Clipboard then paste its contents here)
+
+
+```
+## Relevant logs and/or screenshots
+(Attach or paste any relevant logs - please use code blocks (```) to format console output,
+logs, and code as it's very hard to read otherwise.)
+
+
+/label ~Type::Bug ~Status::Awaiting-Investigation
diff --git a/.gitlab/issue_templates/New Feature.md b/.gitlab/issue_templates/New Feature.md
new file mode 100644
index 0000000000000000000000000000000000000000..726ccd99ef908baba5b8337633649512461be0d8
--- /dev/null
+++ b/.gitlab/issue_templates/New Feature.md	
@@ -0,0 +1,13 @@
+## Summary
+(Summarize the requested feature concisely.)
+
+## How would you like the feature to work?
+(Describe how the feature should function in as much detail as possible.)
+
+## Why is this feature important to you? How would it benefit the community?
+(Provide reasoning as to why the feature is important to you, and ways it could benefit the larger Alchemy Viewer community.)
+
+## Screenshots, Mockups, etc
+(Attach or paste any relevant screenshots or mockups.)
+
+/label ~Type::New Feature ~Status::Awaiting-Investigation
\ No newline at end of file