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 6 additions and 0 deletions
Showing only changes of commit 2a240abb73 - Show all commits

View file

@ -3,6 +3,8 @@
name: "Bug" name: "Bug"
about: "A Bug" about: "A Bug"
title: "[Bug]" title: "[Bug]"
labels:
- type/Bug
--- ---
## Beschreibung ## Beschreibung

View file

@ -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

View file

@ -3,6 +3,8 @@
name: "Ticket" name: "Ticket"
about: "A Ticket" about: "A Ticket"
title: "[Ticket]" title: "[Ticket]"
labels:
- type/Ticket
--- ---
## Beschreibung ## Beschreibung