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
This commit is contained in:
Andrew Nester 2025-03-06 18:03:17 +00:00 committed by GitHub
parent 0356e30965
commit 1a02422d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@ For example, were there any decisions behind the change that are not reflected i
## Tests
<!-- How have you tested the changes? -->
If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md
---
<!-- If your PR needs to be included in the release notes for next release,
remove the line below and add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
NO_CHANGELOG=true