Server/.forgejo/pull_request_template.yml
Snoweuph 6f2cb8bfc1
Some checks failed
Quality Check / Validate OAS (push) Has been cancelled
Quality Check / Static Analysis (push) Has been cancelled
Quality Check / Testing (push) Has been cancelled
Quality Check / Linting (push) Has been cancelled
Build Application / build (push) Failing after 27s
Build Application / build-docker (push) Has been skipped
Build Application / release (push) Has been skipped
chore: setup
2025-02-01 14:25:24 +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