Snoweuph
6659875c65
All checks were successful
Quality Check / Linting (push) Successful in 7s
Build Application / build (tower_defence_web, build/*, build, build/index.html, Web) (push) Successful in 14s
Build Application / build (tower_defence.elf, tower_defence.elf, tower_defence.elf, Linux) (push) Successful in 17s
Build Application / build (tower_defence.exe, tower_defence.exe, tower_defence.exe, Windows) (push) Successful in 19s
Build Application / release (push) Successful in 8s
Build Application / build-docker (push) Successful in 10s
29 lines
714 B
YAML
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
|