Merge pull request 'Setup Story Template' (#5) from feature/ticket-template into main
Reviewed-on: #5 Reviewed-by: SZUT-Dorian <nemec.dorian@hotmail.com>
This commit is contained in:
commit
6c7b05b7db
1 changed files with 36 additions and 0 deletions
36
.gitea/ISSUE_TEMPLATE/Story.md
Normal file
36
.gitea/ISSUE_TEMPLATE/Story.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
name: "Story"
|
||||||
|
about: "A Story"
|
||||||
|
title: "[Story]"
|
||||||
|
|
||||||
|
---
|
||||||
|
## User Story
|
||||||
|
|
||||||
|
lorem ipsum
|
||||||
|
|
||||||
|
## Akzeptanzkriterien
|
||||||
|
- [ ] Lorem
|
||||||
|
- [ ] Ipsum
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
- [ ] Lorem
|
||||||
|
- [ ] Ipsum
|
||||||
|
|
||||||
|
|
||||||
|
## Testfälle
|
||||||
|
|
||||||
|
### Testfall 1:
|
||||||
|
|
||||||
|
#### Vorbedingungen
|
||||||
|
- lorem
|
||||||
|
- ipsum
|
||||||
|
|
||||||
|
#### Auszuführende Testschritte
|
||||||
|
- lorem
|
||||||
|
- ipsum
|
||||||
|
|
||||||
|
#### Erwartetes Ergebnis:
|
||||||
|
- lorem
|
||||||
|
- ipsum
|
||||||
|
|
Loading…
Reference in a new issue