chore: use new GitHub tasklist feature (#5184)

* chore: use new GitHub tasklist feature

* Update task.md

* Update task.md
This commit is contained in:
Elio Bischof
2023-02-09 13:47:25 +01:00
committed by GitHub
parent 9a34ff7136
commit b8e72583eb
2 changed files with 6 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ assignees: ''
As a [type of user], I want [some goal] so that [some reason].
**Acceptance criteria**
- [ ] ...
```[tasklist]
### Acceptance Criteria
- [ ] ...
```

View File

@@ -1,3 +1,5 @@
```[tasklist]
### Definition of Ready
- [ ] I am happy with the code
- [ ] Short description of the feature/issue is added in the pr description
- [ ] PR is linked to the corresponding user story
@@ -10,4 +12,4 @@
- [ ] Documentation/examples are up-to-date
- [ ] All non-functional requirements are met
- [ ] Functionality of the acceptance criteria is checked manually on the dev system.
```