diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
new file mode 100644
index 000000000..89ad4db69
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,47 @@
+---
+
+name: 🐛 Bug Report
+about: Template for reporting bugs
+title: '
'
+labels: bug
+assignees: ''
+
+---
+
+
+
+### Current Behavior:
+
+
+### Expected Behavior:
+
+
+### Steps To Reproduce:
+
+
+## Environment
+
+
+## ✔️ Possible solutions
+
+
+### Anything else:
+
diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 000000000..2e0b4960f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,30 @@
+---
+name: ✨ Feature request
+about: Template for requesting new features
+title: ""
+labels: enhancement
+assignees: ""
+---
+
+## 📚 Context
+
+
+## ✔️ Solution
+
+
+## 📈 Subtasks
+
+
+## 🎯 Definition of Done
+
\ No newline at end of file