diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md
new file mode 100644
index 0000000000000000000000000000000000000000..cc6082a97545c1aaee7355bd81653fe15224fe4a
--- /dev/null
+++ b/.gitlab/issue_templates/bug.md
@@ -0,0 +1,22 @@
+## Bug description and behavior
+
+
+## Steps to reproduce
+
+
+## Expected behavior?
+
+
+## Relevant logs and/or screenshots
+
+
+## Possible fixes
+
+(If you can, link to the line of code that might be responsible for the problem)
+
+
+
+
+/label ~bug
+
+(Please add other relevant labels if any)
\ No newline at end of file
diff --git a/.gitlab/issue_templates/metadata.md b/.gitlab/issue_templates/metadata.md
new file mode 100644
index 0000000000000000000000000000000000000000..fac26147dff8e68f1221c9e80b5bea8da2ef4e23
--- /dev/null
+++ b/.gitlab/issue_templates/metadata.md
@@ -0,0 +1,20 @@
+- [ ] Concerns the metadata schema
+
+- [ ] Existing metadata key
+
+- [ ] New metadata key required
+
+
+## Describe the problem or requirement
+
+
+## Do you have a propopsal already?
+
+
+## Linked issues
+
+(Please tag potentially related issues)
+
+/label ~metadata
+
+(Please add other relevant labels if any)
\ No newline at end of file
diff --git a/.gitlab/issue_templates/new_feature.md b/.gitlab/issue_templates/new_feature.md
new file mode 100644
index 0000000000000000000000000000000000000000..58cfe18bb573354b019ce9f3ef29cec1606f9e8c
--- /dev/null
+++ b/.gitlab/issue_templates/new_feature.md
@@ -0,0 +1,15 @@
+## Describe the feature you would like to see in eossr
+
+
+## In what context do you need this feature?
+
+
+## Expected behavior?
+
+
+## Possible way(s) to implement  
+
+
+
+
+(Please add other relevant labels if any)
\ No newline at end of file