NOTICKET: Fxing Tempalte syntax
This commit is contained in:
parent
2a240abb73
commit
080f50e28e
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ name: "Bug"
|
|||
about: "A Bug"
|
||||
title: "[Bug]"
|
||||
labels:
|
||||
- type/Bug
|
||||
- "type/Bug"
|
||||
|
||||
---
|
||||
## Beschreibung
|
||||
|
|
|
@ -4,7 +4,7 @@ name: "Story"
|
|||
about: "A Story"
|
||||
title: "[Story]"
|
||||
labels:
|
||||
- type/Story
|
||||
- "type/Story"
|
||||
|
||||
---
|
||||
## User Story
|
||||
|
|
|
@ -4,7 +4,7 @@ name: "Ticket"
|
|||
about: "A Ticket"
|
||||
title: "[Ticket]"
|
||||
labels:
|
||||
- type/Ticket
|
||||
- "type/Ticket"
|
||||
|
||||
---
|
||||
## Beschreibung
|
||||
|
|
Loading…
Reference in a new issue