Add Default Label to Issue Templates #9

Merged
SZUT-Dominik merged 2 commits from feature/issue-lables into main 2024-04-09 11:11:15 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 080f50e28e - Show all commits

View file

@ -4,7 +4,7 @@ name: "Bug"
about: "A Bug"
title: "[Bug]"
labels:
- type/Bug
- "type/Bug"
---
## Beschreibung

View file

@ -4,7 +4,7 @@ name: "Story"
about: "A Story"
title: "[Story]"
labels:
- type/Story
- "type/Story"
---
## User Story

View file

@ -4,7 +4,7 @@ name: "Ticket"
about: "A Ticket"
title: "[Ticket]"
labels:
- type/Ticket
- "type/Ticket"
---
## Beschreibung