From b708d6529f2c6c9cb1694a5cf0616353c9db6f5d Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 22 May 2026 15:11:01 +0200 Subject: [PATCH] feat: pr checklist --- .gitea/pull_request_template.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml index f5f9642..fa29c3e 100644 --- a/.gitea/pull_request_template.yaml +++ b/.gitea/pull_request_template.yaml @@ -34,6 +34,27 @@ body: - Modul X für bessere Leistung refactored - 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 id: additional_notes attributes: