Compare commits

1 Commits
main ... test

Author SHA1 Message Date
8555e9ae34 test.md hinzugefügt 2026-05-22 13:12:30 +00:00
2 changed files with 12 additions and 5 deletions

View File

@@ -38,16 +38,22 @@ body:
id: checklist
attributes:
label: PR-Checkliste
description: Stelle sicher, dass alle Punkte erfüllt sind, bevor du den Pull Request erstellst.
# 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: false
required: true
- label: Ich habe die Testdaten aktualisiert oder erweitert
required: false
required: true
- label: Ich habe das JSON-Schema angepasst
required: false
required: true
- label: Ich habe Tests für neue Datenbank/DAO-Funktionen hinzugefügt
required: false
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
id: additional_notes

1
test.md Normal file
View File

@@ -0,0 +1 @@
# hello world