Server/.forgejo/pull_request_template.yml
Snoweuph 36a01be946
Some checks failed
Quality Check / Validate OAS (push) Successful in 39s
Build Application / build (push) Successful in 1m7s
Build Application / build-docker (push) Failing after 11s
Build Application / release (push) Has been skipped
Quality Check / Testing (push) Successful in 44s
Quality Check / Linting (push) Successful in 57s
Quality Check / Static Analysis (push) Successful in 57s
chore: setup
2025-02-01 14:38:52 +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