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" about: "A Bug"
title: "[Bug]" title: "[Bug]"
labels: labels:
- type/Bug - "type/Bug"
--- ---
## Beschreibung ## Beschreibung

View file

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

View file

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