2025-02-01 10:27:12 +00:00
|
|
|
name: Feature
|
|
|
|
title: '[Feature]: '
|
2025-02-01 10:28:49 +00:00
|
|
|
about: 'Vorlage Für ein Feature Ticket'
|
2025-02-01 10:27:12 +00:00
|
|
|
ref: 'trunk'
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
id: ticket
|
|
|
|
attributes:
|
|
|
|
label: Ticket
|
|
|
|
description: Für Welches Ticket ist diese Pull Request?
|
|
|
|
placeholder: TD-1
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: beschreibung
|
|
|
|
attributes:
|
|
|
|
label: Beschreibung
|
|
|
|
description: Was hast du genau gemacht in diesem Ticket?
|
|
|
|
placeholder: ...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: more
|
|
|
|
attributes:
|
|
|
|
label: Weitere Infos
|
|
|
|
description: Gibt es noch etwas das ich wissen muss um das Ticket zu Reviewn?
|
|
|
|
placeholder: ...
|
|
|
|
validations:
|
|
|
|
required: false
|