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 dcb1d1d98b - Show all commits

View File

@@ -38,8 +38,7 @@ body:
id: checklist id: checklist
attributes: attributes:
label: PR-Checkliste label: PR-Checkliste
# hide_label: true description: Stelle sicher, dass alle Punkte erfüllt sind, bevor du den Pull Request erstellst.
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options: options:
- label: Ich habe alle Strings lokalisiert (de/en) - label: Ich habe alle Strings lokalisiert (de/en)
required: true required: true
@@ -49,11 +48,6 @@ body:
required: true required: true
- label: Ich habe Tests für neue Datenbank/DAO-Funktionen hinzugefügt - label: Ich habe Tests für neue Datenbank/DAO-Funktionen hinzugefügt
required: true 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