Compare commits

2 Commits
test ... main

View File

@@ -38,22 +38,16 @@ body:
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)
description: Stelle sicher, dass alle Punkte erfüllt sind, bevor du den Pull Request erstellst.
options:
- label: Ich habe alle Strings lokalisiert (de/en)
required: true
required: false
- label: Ich habe die Testdaten aktualisiert oder erweitert
required: true
required: false
- label: Ich habe das JSON-Schema angepasst
required: true
required: false
- 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]
required: false
- type: textarea
id: additional_notes