diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index a9ec3df..0f8d51f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,11 +1,12 @@
---
name: Bug report
about: Create a report to help us improve
-title: ""
-labels: ""
+title: "[Bug]"
+labels: bug
assignees: ""
---
+- [Overview](#overview)
- [Describe the bug](#describe-the-bug)
- [To Reproduce](#to-reproduce)
- [Expected behavior](#expected-behavior)
@@ -16,36 +17,57 @@ assignees: ""
Table of contents generated with markdown-toc
+# Overview
+
+- **Requester**: @ the requestor.
+- **Epic Link**: Link the epic.
+
# Describe the bug
+
# To Reproduce
Steps to reproduce the behavior:
+
# Expected behavior
+
# Evidence
+
+
## Logs
+
## Screenshots
+
# Additional context
+
**Desktop (please complete the following information):**
diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md
new file mode 100644
index 0000000..bccbbd9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/epic.md
@@ -0,0 +1,62 @@
+---
+name: Epic
+about: Template for creating an Epic
+title: "[EPIC]"
+labels: epic
+assignees: ""
+---
+
+- [Overview](#overview)
+ - [Description](#description)
+- [Dependencies](#dependencies)
+- [Context](#context)
+- [Issues](#issues)
+- [Acceptance criteria](#acceptance-criteria)
+ - [Proof](#proof)
+
+Table of contents generated with markdown-toc
+
+# Overview
+
+- **Owner**: @ the owner.
+- **Stakeholder Point of Contact**: @ the point of contact.
+
+## Description
+
+
+
+# Dependencies
+
+
+
+# Context
+
+
+
+# Issues
+
+
+
+- [ ] Issue one
+- [ ] issue two
+- [ ] issue three
+
+# Acceptance criteria
+
+
+
+## Proof
+
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bdb347e..f9e857f 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,30 +1,41 @@
---
name: Feature request
about: Suggest an idea for this project
-title: ""
-labels: ""
+title: "[Feature]"
+labels: feature
assignees: ""
---
-- [Request](#request)
- - [Potential Solution](#potential-solution)
+- [Overview](#overview)
+ - [Request](#request)
+- [Potential Solution](#potential-solution)
- [Alternative Solutions](#alternative-solutions)
- [Additional Context](#additional-context)
Table of contents generated with markdown-toc
-# Request
+# Overview
-**Explain what you want and why. If this feature is related to a problem please highlight it here.**
+- **Requester**: @ the requestor.
+- **Epic Link**: Link the epic.
-## Potential Solution
+## Request
-**Provide any details for a potential solution.**
+
+
+# Potential Solution
+
+
## Alternative Solutions
-**Provide any alternative solutions.**
+
# Additional Context
-**Provide Additional Context.**
+