24 lines
381 B
Markdown
24 lines
381 B
Markdown
---
|
|
name: Feature Request
|
|
about: Controlled feature work via issue → branch → PR
|
|
title: "[Feature] "
|
|
labels: ["feature"]
|
|
---
|
|
|
|
## Ziel
|
|
<!-- Was soll erreicht werden? -->
|
|
|
|
## Motivation
|
|
<!-- Warum ist das nötig? -->
|
|
|
|
## Akzeptanzkriterien
|
|
- [ ]
|
|
- [ ]
|
|
|
|
## Nicht verändern
|
|
<!-- Bereiche/Dateien die tabu sind -->
|
|
|
|
## Testanforderungen
|
|
- [ ] lint
|
|
- [ ] tests
|
|
- [ ] docker-build
|