25 lines
539 B
Markdown
25 lines
539 B
Markdown
---
|
|
name: Test
|
|
about: Create or update test
|
|
title: "[TEST] "
|
|
labels: kind/test
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## What's the test to develop? Please describe
|
|
|
|
<!--A clear and concise description of what test you want to develop.-->
|
|
|
|
## Describe the tasks for the test
|
|
|
|
<!--
|
|
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 test request here.-->
|