Merge pull request #396 from zitadel/hifabienne-patch-1

chore: add dry to pr template
This commit is contained in:
Elio Bischof 2023-05-22 09:36:45 +02:00 committed by GitHub
commit 6a891b3e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
- [ ] All open todos and follow ups are defined in a new ticket and justified - [ ] 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. - [ ] Deviations from the acceptance criteria and design are agreed with the PO and documented.
- [ ] No debug or dead code - [ ] No debug or dead code
- [ ] My code has no repetitions
- [ ] Critical parts are tested automatically - [ ] Critical parts are tested automatically
- [ ] Where possible E2E tests are implemented - [ ] Where possible E2E tests are implemented
- [ ] Documentation/examples are up-to-date - [ ] Documentation/examples are up-to-date