diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
deleted file mode 100644
index 50de765b..00000000
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-name: Report a bug in Ibex
-title: Report a bug in Ibex
-about: Have you found a bug in Ibex or associated tooling?
-labels: Type:Bug
----
-
-
-
-## Observed Behavior
-
-
-## Expected Behavior
-
-
-## Steps to reproduce the issue
-
-
-## My Environment
-
-
-
-**EDA tool and version:**
-
-
-**Operating system:**
-
-
-**Version of the Ibex source code:**
-
diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml
new file mode 100644
index 00000000..47b3ddb0
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yaml
@@ -0,0 +1,18 @@
+name: CVE2 bug
+description: Create a CVE2 bug
+title: "[BUG]
"
+labels: ["Type:Bug"]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing CVE2 bug for this?
+ description: Please search to see if an issue already exist for the bug you need to create
+ options:
+ - label: I have searched the existing bug issues
+ required: true
+- type: textarea
+ attributes:
+ label: Bug Description
+ description: A concise description of the bug
+ validations:
+ required: true
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index 116a4731..00000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,45 +0,0 @@
----
-name: Ask a question related to Ibex
-title: Ask a question related to Ibex
-about: Do you have a question about (the use of) Ibex?
-labels: Type:Question
----
-
-
-
-
-
-
-## My Environment
-
-
-
-**EDA tool and version:**
-
-
-**Operating system:**
-
-
-**Version of the Ibex source code:**
-
diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml
new file mode 100644
index 00000000..0af0786f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/task.yaml
@@ -0,0 +1,32 @@
+name: CVE2 Task
+description: Create a CVE2 Project Task
+title: "[TASK] "
+labels: ["task"]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing CVE2 task for this?
+ description: Please search to see if a task issue already exists for the task you need to create
+ options:
+ - label: I have searched the existing task issues
+ required: true
+- type: textarea
+ attributes:
+ label: Task Description
+ description: A concise description of what needs to be done
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Description of Done
+ description: What are the criteria for completion of this task?
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Associated PRs
+ description: Use this area to provide a link to PRs used to complete this task.
+- type: markdown
+ attributes:
+ value: |
+ **Keep task progress up to date by adding comments to the task as it progresses.**