22 lines
529 B
Markdown
22 lines
529 B
Markdown
---
|
|
name: Task
|
|
about: Create a general task
|
|
title: "[TASK] "
|
|
labels: kind/task
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## What's the task? Please describe
|
|
|
|
A clear and concise description of what the task is.
|
|
|
|
## Describe the items of the task (DoD, definition of done) you'd like
|
|
> Please use a task list for items on a separate line with a clickable checkbox https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists
|
|
|
|
- [ ] `item 1`
|
|
|
|
## Additional context
|
|
|
|
Add any other context or screenshots about the task request here.
|