From 111b88a44e4b6204253247d7c9718f7ffc904eda Mon Sep 17 00:00:00 2001 From: williamlardier Date: Thu, 12 Dec 2024 15:02:25 +0100 Subject: [PATCH] Update PR message Issue: ZENKO-4944 --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9703402b4d..f162ed828d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,13 @@ - **What does this PR do, and why do we need it?** **Which issue does this PR fix?** -fixes # +Fixes #. **Special notes for your reviewers**: + +When adding new behavior tests, please follow the +`tests/ctst/HOW_TO_WRITE_TESTS.md` guidelines.