docs: pull request template (#386)

* docs: pull request template

* Rename pull_request_template to pull_request_template.md
This commit is contained in:
Fabi 2023-05-12 06:57:41 +02:00 committed by GitHub
parent 50271a9c19
commit 0b916d9b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/pull_request_template.md vendored Normal file
View file

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