From 4dd35e928a99ab0922c42209347d35979ea7550b 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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9703402b4d..893e5d9aef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,13 +1,12 @@ - - **What does this PR do, and why do we need it?** **Which issue does this PR fix?** -fixes # +Fixes ZENKO-XXXX. **Special notes for your reviewers**: + +--- + +When adding new behavior tests, please follow the +`tests/ctst/HOW_TO_WRITE_TESTS.md` guidelines.