From 1a02422d5695c78867f93e1b4f2bee21327e2083 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Thu, 6 Mar 2025 18:03:17 +0000 Subject: [PATCH] Make NO_CHANGELOG=true a default in PR template (#2445) ## Changes Make NO_CHANGELOG=true a default in PR template ## Why Quite large amount of our changes are internal and don't need call outs in CHANGELOG hence this is a good default for majority of our PRs. Without NO_CHANGELOG=true CI check expects to have an entry in NEXT_CHANGELOG file as part of same PR. NO_CHANGELOG=true --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c6f8cbeab..1bb364e12 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,4 +8,7 @@ For example, were there any decisions behind the change that are not reflected i ## Tests -If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md +--- + +NO_CHANGELOG=true