Merge pull request 'Add Default Label to Issue Templates' (#9) from feature/issue-lables into main
Reviewed-on: #9 Reviewed-by: SZUT-Ole <ole.kueck@hmmh.de>
This commit is contained in:
commit
5269a2c258
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
name: "Bug"
|
name: "Bug"
|
||||||
about: "A Bug"
|
about: "A Bug"
|
||||||
title: "[Bug]"
|
title: "[Bug]"
|
||||||
|
labels:
|
||||||
|
- "type/Bug"
|
||||||
|
|
||||||
---
|
---
|
||||||
## Beschreibung
|
## Beschreibung
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
name: "Story"
|
name: "Story"
|
||||||
about: "A Story"
|
about: "A Story"
|
||||||
title: "[Story]"
|
title: "[Story]"
|
||||||
|
labels:
|
||||||
|
- "type/Story"
|
||||||
|
|
||||||
---
|
---
|
||||||
## User Story
|
## User Story
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
name: "Ticket"
|
name: "Ticket"
|
||||||
about: "A Ticket"
|
about: "A Ticket"
|
||||||
title: "[Ticket]"
|
title: "[Ticket]"
|
||||||
|
labels:
|
||||||
|
- "type/Ticket"
|
||||||
|
|
||||||
---
|
---
|
||||||
## Beschreibung
|
## Beschreibung
|
||||||
|
|
Loading…
Reference in a new issue