Server/.forgejo/pull_request_template.yml
Snoweuph 7e23faca9b
All checks were successful
Quality Check / Validate OAS (push) Successful in 38s
Build Application / build (push) Successful in 1m12s
Build Application / build-docker (push) Successful in 14s
Build Application / release (push) Successful in 8s
Quality Check / Testing (push) Successful in 48s
Quality Check / Linting (push) Successful in 57s
Quality Check / Static Analysis (push) Successful in 1m5s
CHORE: setup
2025-02-01 14:58: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