41 lines
758 B
Markdown
41 lines
758 B
Markdown
---
|
|
name: Feature
|
|
about: Neues Feature / Erweiterung
|
|
title: "feat(<NNN>): <kurzer titel>"
|
|
labels: ["feature"]
|
|
---
|
|
|
|
## Goal
|
|
<!-- Was ist das Outcome? -->
|
|
|
|
## Context
|
|
<!-- Warum brauchen wir das? Wer nutzt es? -->
|
|
|
|
## Scope
|
|
- In:
|
|
- [ ]
|
|
- Out:
|
|
- [ ]
|
|
|
|
## Acceptance Criteria
|
|
- [ ] ...
|
|
- [ ] ...
|
|
- [ ] ...
|
|
|
|
## Spec (SDD)
|
|
- [ ] `specs/<NNN>-<feature>/plan.md`
|
|
- [ ] `specs/<NNN>-<feature>/tasks.md`
|
|
- [ ] `specs/<NNN>-<feature>/spec.md`
|
|
|
|
## Risks / Safety (Intune)
|
|
- [ ] Dry-run/Preview möglich?
|
|
- [ ] Audit Log Einträge nötig?
|
|
- [ ] Confirmations / RBAC nötig?
|
|
|
|
## Implementation Notes (optional)
|
|
<!-- Hinweise: relevante Ordner/Modelle/Services, APIs, UI Stellen -->
|
|
|
|
## Test Plan
|
|
- [ ] Feature Test(s)
|
|
- [ ] Failure path(s)
|
|
- [ ] Manuelle Staging-Checks |