This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 3907c8763d Not all changes require a changelog entry (#1421)
3907c8763d is described below
commit 3907c8763d2d20be20e96c7c2a2381318ad4adf3
Author: Michael Ernst <[email protected]>
AuthorDate: Mon Apr 10 12:13:27 2023 -0700
Not all changes require a changelog entry (#1421)
---
.github/pull_request_template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 15cb841567..3e88835206 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,6 +4,6 @@
* Base your changes on `2.x` branch if you are targeting Log4j 2; use `main`
otherwise
* `./mvnw verify` succeeds (if it fails due to code formatting issues reported
by Spotless, simply run `spotless:apply` and retry)
-* Changes contain an entry file in the `src/changelog/.2.x.x` directory
+* Non-trivial changes contain an entry file in the `src/changelog/.2.x.x`
directory
* Tests for the changes are provided
* [Commits are
signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
(optional, but highly recommended)