diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a99984f5ae..d9abeef03a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,6 +28,7 @@ By doing this, you are actively helping us to improve the quality of the entire - [ ] I wrote test cases for the relevant uses case - [ ] I added/update the relevant documentation (either on github or on notion) - [ ] Where necessary I refactored code to improve the overall quality +- [ ] For bug fix -> I implemented a test that covers the bug