25 lines
506 B
Markdown
25 lines
506 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 sub-tasks
|
|
|
|
<!--
|
|
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.-->
|