Server/.forgejo/pull_request_template.yml
Snoweuph 92f03cd349
All checks were successful
Build Application / build (push) Successful in 1m5s
Quality Check / Validate OAS (push) Successful in 39s
Build Application / build-docker (push) Successful in 33s
Build Application / release (push) Successful in 8s
Quality Check / Linting (push) Successful in 1m0s
Quality Check / Testing (push) Successful in 49s
Quality Check / Static Analysis (push) Successful in 1m0s
chore: setup
2025-02-01 14:55:19 +01:00

29 lines
714 B
YAML

name: Feature
title: '[Feature]: '
about: 'Vorlage Für ein Feature Ticket'
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