TenantAtlas/.gitea/ISSUE_TEMPLATE/feature.md
ahmido 9848d29478 chore: add PR and issue templates (#1)
Co-authored-by: Ahmed Darrazi <ahmeddarrazi@adsmac.local>
Reviewed-on: #1
2025-12-14 21:39:47 +00:00

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