diff --git a/.github/ISSUE_TEMPLATE/team4-bug-template.md b/.github/ISSUE_TEMPLATE/team4-bug-template.md
new file mode 100644
index 0000000000..9b634ed158
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/team4-bug-template.md
@@ -0,0 +1,73 @@
+---
+name: Team 4 ๐ Bug Template
+about: Capture ๐๐ชฒ๐ bugs with this
+title: "[BUG]
"
+labels: team4
+assignees: ""
+---
+
+
+
+## ๐ Description
+
+
+
+## ๐ฃ Steps to reproduce
+
+
+
+1. ...
+
+## ๐ Environment:
+
+
+
+- OS:
+- ...
+
+## ๐ซด Expected Result
+
+
+
+## ๐งช Actual result
+
+
+
+## ๐ฆ Priority
+
+
+
+#### Priority
+
+- [ ] **Low priority** _The bug does not have to be fixed immediately. High and medium priority bugs should be addressed first._
+- [ ] **Medium priority** _Typically, medium-priority bugs do not affect customers directly and therefore can be fixed in the normal course of testing and development._
+- [ ] **High priority** _High priority bugs must be addressed immediately. They often affect the appโs functionality and impact customers and their user experience. They must take priority._
+
+## ๐ Notes
+
+
diff --git a/.github/ISSUE_TEMPLATE/team4-spike-template.md b/.github/ISSUE_TEMPLATE/team4-spike-template.md
new file mode 100644
index 0000000000..a5bbf5e3c0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/team4-spike-template.md
@@ -0,0 +1,64 @@
+---
+name: Team 4 ๐๐ Spike Template
+about: Used for exploratory engineering spikes ๐๐
+title: "[SPIKE] "
+labels: team4
+assignees: ""
+---
+
+## ๐ง What needs to be done
+
+
+
+## ๐ค Why it needs to be done
+
+
+
+## โฐ Timebox
+
+
+
+## ๐ To-do list
+
+
+
+- [ ] Define objectives and goals
+ - [ ] ...
+- [ ] Research + Analysis
+ - [ ] ...
+- [ ] Prototype Development (if applicable)
+ - [ ] ...
+- [ ] Documentation of Findings
+ - [ ] ...
+- [ ] Review and Finalize
+ - [ ] ...
+
+## ๐ Additional context
+
+
diff --git a/.github/ISSUE_TEMPLATE/team4-task-template.md b/.github/ISSUE_TEMPLATE/team4-task-template.md
new file mode 100644
index 0000000000..4cdf30997f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/team4-task-template.md
@@ -0,0 +1,54 @@
+---
+name: Team 4 ๐ท Task Template
+about: A generic template for any task that can be adapted for multiple uses
+title: "[TASK] "
+labels: team4
+assignees: ""
+---
+
+## ๐ง What needs to be done
+
+
+
+## ๐ค Why it needs to be done
+
+
+
+## ๐๏ธ Acceptance Criteria
+
+
+
+- **Given**
+- **When**
+- **Then**
+
+## โ๏ธ Technical Notes
+
+
+
+- ...
+
+## ๐ Additional context
+
+
diff --git a/.github/ISSUE_TEMPLATE/team4-user-story-template.md b/.github/ISSUE_TEMPLATE/team4-user-story-template.md
new file mode 100644
index 0000000000..bbede0c679
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/team4-user-story-template.md
@@ -0,0 +1,67 @@
+---
+name: Team 4 ๐ค๐ญ User Story Template
+about: Create a new user story for Team 4
+title: "[USER STORY] "
+labels: team4
+assignees: ""
+---
+
+## ๐ค๐ญ User Story
+
+
+
+## ๐๏ธ Acceptance Criteria
+
+
+
+- **Given**
+- **When**
+- **Then**
+
+## ๐ฌ Scenarios
+
+
+
+- ...
+
+## ๐จ Design Notes
+
+
+
+- ...
+
+
+
+## ๐ Additional context
+
+