disclaw/.forgejo/PULL_REQUEST_TEMPLATE.md

25 lines
819 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Summary
<!-- 13 Bullet Points was geändert wurde -->
-
## Closes
<!-- Issue-Referenz: Closes #DIS-XXX -->
Closes #
## Test Plan
<!-- Welche Tests wurden hinzugefügt / angepasst? Wie manuell verifiziert? -->
- [ ] Unit-Tests geschrieben und grün (`npm test`)
- [ ] `npm run build` grün
- [ ] `npm run lint` grün (wenn vorhanden)
- [ ] Manuelle Verifikation:
## Breaking Changes
<!-- Ja/Nein. Wenn ja: was muss der User beim Update tun? -->
Nein
## Reviewer-Checkliste
- [ ] Kein `shell: true` in `src/` (`grep -r "shell: true" src/` → leer)
- [ ] Kein `process.env` direkt im Runner (nur via `sanitizedEnv`)
- [ ] Kein absoluter Pfad aus dem Workspace-Root nach außen
- [ ] Tests decken Error-Cases ab, nicht nur Happy Path
- [ ] Kein `console.*` im Produktionscode (Pino stattdessen — ab Phase 1)