From 6e3c707619e7891660485a6b96a851075341a473 Mon Sep 17 00:00:00 2001 From: Hedi Tarchouni Date: Wed, 18 Dec 2024 17:18:38 +0100 Subject: [PATCH] updated the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) 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