From 4a65f1e4852d6a5915607f3832fc24a484f14206 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 8 Jun 2023 06:27:59 +0200 Subject: [PATCH] add PR template --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..d61360cca2b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### Definition of Ready + +- [ ] I am happy with the code +- [ ] Short description of the feature/issue is added in the pr description +- [ ] PR is linked to the corresponding user story +- [ ] Acceptance criteria are met +- [ ] 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. +- [ ] Jest unit tests ensure that components produce expected outputs on different inputs. +- [ ] No debug or dead code +- [ ] My code has no repetitions