From 2e29226c2f1d0d619883d9b03254b595c442cd32 Mon Sep 17 00:00:00 2001 From: Fabi Date: Mon, 22 May 2023 09:33:23 +0200 Subject: [PATCH] chore: add dry to pr template (#5907) docs: add dry to pr template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b59ca669c3..899ab5a036 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ - [ ] All open todos and follow ups are defined in a new ticket and justified - [ ] Deviations from the acceptance criteria and design are agreed with the PO and documented. - [ ] No debug or dead code +- [ ] My code has no repetitions - [ ] Critical parts are tested automatically - [ ] Where possible E2E tests are implemented - [ ] Documentation/examples are up-to-date