feat: pr checklist

This commit is contained in:
2026-05-22 15:11:01 +02:00
parent 31dc899741
commit b708d6529f

View File

@@ -34,6 +34,27 @@ body:
- Modul X für bessere Leistung refactored - Modul X für bessere Leistung refactored
- Dependencies aktualisiert - Dependencies aktualisiert
- type: checkboxes
id: checklist
attributes:
label: PR-Checkliste
# hide_label: true
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: Ich habe alle Strings lokalisiert (de/en)
required: true
- label: Ich habe die Testdaten aktualisiert oder erweitert
required: true
- label: Ich habe das JSON-Schema angepasst
required: true
- label: Ich habe Tests für neue Datenbank/DAO-Funktionen hinzugefügt
required: true
- label: I have also read the CONTRIBUTION.MD
required: true
visible: [form]
- label: This is a TODO only visible after issue creation
visible: [content]
- type: textarea - type: textarea
id: additional_notes id: additional_notes
attributes: attributes: