From dc2a4ea92c6fefdea1648adb0983df11be90c5d8 Mon Sep 17 00:00:00 2001 From: Fabi <38692350+hifabienne@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:32:28 +0100 Subject: [PATCH] chore: add pr template (#4959) Co-authored-by: Silvan --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 0000000000..81cc76f12a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +- [ ] 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. +- [ ] No debug or dead code +- [ ] Critical parts are tested automatically +- [ ] Where possible E2E tests are implemented +- [ ] Documentation/examples are up-to-date +- [ ] All non-functional requirements are met +- [ ] Functionality of the acceptance criteria is checked manually on the dev system. +