From c66d3f873300d46b29f21b3efae920266881be5d Mon Sep 17 00:00:00 2001 From: Fabi Date: Fri, 28 Apr 2023 10:59:48 +0200 Subject: [PATCH] docs: pull request template --- .github/pull_request_template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template diff --git a/.github/pull_request_template b/.github/pull_request_template new file mode 100644 index 0000000..811b195 --- /dev/null +++ b/.github/pull_request_template @@ -0,0 +1,15 @@ +### 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. +- [ ] 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. +