NOTICKET: Add Default Label to Issue Templates

This commit is contained in:
Dominik Säume 2024-04-09 13:03:28 +02:00
parent 6c7b05b7db
commit 2a240abb73
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C
3 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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