Add Default Label to Issue Templates #9
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
name: "Bug"
|
||||
about: "A Bug"
|
||||
title: "[Bug]"
|
||||
labels:
|
||||
- "type/Bug"
|
||||
|
||||
---
|
||||
## Beschreibung
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
name: "Story"
|
||||
about: "A Story"
|
||||
title: "[Story]"
|
||||
labels:
|
||||
- "type/Story"
|
||||
|
||||
---
|
||||
## User Story
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
name: "Ticket"
|
||||
about: "A Ticket"
|
||||
title: "[Ticket]"
|
||||
labels:
|
||||
- "type/Ticket"
|
||||
|
||||
---
|
||||
## Beschreibung
|
||||
|
|
Loading…
Reference in a new issue