cve2/.github/ISSUE_TEMPLATE/task.yaml
2023-03-23 15:21:17 -07:00

25 lines
698 B
YAML

name: CVE2 Task
description: Create a CVE2 Project Task
title: "[TASK] <title>"
labels: ["task"]
body:
- 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.**