From 02e2fa0f64b6ded7a81d50fa4524b9be6c9a4315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 21 Oct 2022 11:01:22 +0200 Subject: [PATCH] Make ChangeLog more visible in PR template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c5804436a4..9bc3b0a4f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,10 @@ Changes do not have to be backported if: Yes | NO Which branch? +## Requires ChangeLog entry + +YES | NO - if no, why not? + ## Migrations If there is any API change, what's the incentive and logic for it.