chore: CodeView bootstrap scaffold (policy, templates, CI)
Some checks are pending
CodeView CI / lint (push) Waiting to run
CodeView CI / tests (push) Blocked by required conditions
CodeView CI / docker-build (push) Blocked by required conditions

This commit is contained in:
Mona Lisa 2026-06-14 20:21:55 +00:00
parent 083435e095
commit 45c95836ef
4 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,21 @@
---
name: Bug Report
about: Defect tracked through PR workflow
title: "[Bug] "
labels: ["bug"]
---
## Fehlerbeschreibung
## Reproduktionsschritte
1.
2.
## Erwartetes Verhalten
## Tatsächliches Verhalten
## Umgebung
- Repo:
- Branch:
- Commit:

View file

@ -0,0 +1,24 @@
---
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

View file

@ -0,0 +1,17 @@
---
name: Refactoring
about: Structural change with explicit risk notes
title: "[Refactor] "
labels: ["refactor"]
---
## Bereich
## Ziel
## Risiken
## Teststrategie
- [ ] lint
- [ ] tests
- [ ] docker-build