mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Create task.yaml
Using same task issue yaml file as cva6-sdk
This commit is contained in:
parent
35f430d8c6
commit
c8e665c414
1 changed files with 28 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/task.yaml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/task.yaml
vendored
Normal 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.**
|
Loading…
Add table
Add a link
Reference in a new issue