Create task.yaml

Using same task issue yaml file as cva6-sdk
This commit is contained in:
DBees 2022-04-28 15:14:23 -07:00 committed by GitHub
parent 35f430d8c6
commit c8e665c414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
.github/ISSUE_TEMPLATE/task.yaml vendored Normal file
View file

@ -0,0 +1,28 @@
name: CVA6 Task
description: Create a CVA6-SDK Project Task
title: "[TASK] <title>"
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.**