From b2aa06867bc9b3bcc560a7b6fbf7bfe5f48f23be Mon Sep 17 00:00:00 2001 From: Jean-Philippe Salles Date: Thu, 4 Apr 2024 16:14:28 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6479442ea2b6..de7b7e4f0e2d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,7 @@ Thus already a BIG THANK YOU upfront to you for choosing to help with your PR. * ### Related issues - + * * @@ -25,11 +25,11 @@ By doing this, you are actively helping us to improve the quality of the entire - [ ] I consider the submitted work as finished - [ ] I tested the code for its functionality -- [ ] I wrote test cases for the relevant uses case +- [ ] I wrote test cases for the relevant uses case (coverage and e2e) - [ ] I added/update the relevant documentation (either on github or on notion) - [ ] Where necessary I refactored code to improve the overall quality - + ### Further comments