diff --git a/.github/ISSUE_TEMPLATE/task.yaml b/.github/ISSUE_TEMPLATE/task.yaml
new file mode 100644
index 000000000..2add40669
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/task.yaml
@@ -0,0 +1,28 @@
+name: CVA6 Task
+description: Create a CVA6-SDK Project Task
+title: "[TASK]
"
+labels: ["task"]
+body:
+- type: checkboxes
+ attributes:
+ label: Is there an existing CVA6-SDK 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 (user story)
+ validations:
+ required: true
+- type: textarea
+ attributes:
+ label: Description of Done
+ description: What are the criteria for completion of this task?
+ validations:
+ required: true
+- type: markdown
+ attributes:
+ value: |
+ **Keep task progress up to date by adding comments to the task as it progresses.**