Actions & PR Template verbessern #223

Merged
flixcoo merged 42 commits from setup/222-actions-&-pr-template-verbessern into development 2026-05-22 19:13:00 +00:00
Showing only changes of commit b708d6529f - Show all commits

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: