chore: add dry to pr template (#5907)

docs: add dry to pr template
This commit is contained in:
Fabi
2023-05-22 09:33:23 +02:00
committed by GitHub
parent a60c9ae4f5
commit 2e29226c2f

View File

@@ -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