22 lines
569 B
Markdown
22 lines
569 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 the test you want to develop.
|
|
|
|
## Describe the items of the test development (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 test request here.
|