diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 817b9dbbe4..0000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,43 +0,0 @@
-
-This is a **bug report/feature request/support request/change request**
-
-## Problem
-
-
-
-## Proposed Solutions
-
-
-
-## Notes
-
-
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md" "b/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md"
new file mode 100644
index 0000000000..96c620d3d8
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\232\200-feature-request.md"
@@ -0,0 +1,53 @@
+---
+name: "\U0001F680 Feature request"
+about: Suggest an idea for this project
+title: 'feat:'
+labels: ''
+assignees: ''
+
+---
+
+
+
+### Description
+
+
+### User Story
+
+
+### Proposed Solution / Feature Design
+
+
+#### Optional: Diagram or Draft of Design
+
+
+### Notes
+
diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\263-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\263-bug-report.md"
new file mode 100644
index 0000000000..a5dd961f50
--- /dev/null
+++ "b/.github/ISSUE_TEMPLATE/\360\237\252\263-bug-report.md"
@@ -0,0 +1,58 @@
+---
+name: "\U0001FAB3 Bug report"
+about: Create a report about a problem, observation or feedback.
+title: 'bug: '
+labels: ''
+assignees: ''
+
+---
+
+
+
+### Description
+
+
+### Expected Behavior
+
+
+### Steps to Reproduce
+
+
+### Environment Details
+
+
+
+Logs
+
+
+
+[Paste logs here]
+
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 7ff010b7de..d6331b9e27 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,26 +1,30 @@
-## Problem
-
+### Problem / Description
-## Solution
-
-
-
-## Notes
+### Solution
+
-
+### Notes
+
+- Resolves
+- Related to
-- Resolves
-- Related to
+---
-Contribution checklist:
-- [ ] covered by unit tests;
-- [ ] covered by e2e test;
-- [ ] add `!` in title if breaks public API;
+#### Checklist
+- [ ] Code changes are **covered by unit tests**.
+- [ ] Code changes are **covered by e2e tests**, if applicable.
+- [ ] **Dogfooding has been performed**, if feasible.
+- [ ] A **test version has been published**, if required.
+- [ ] All **CI checks** pass successfully.