You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/16 19:36:43 UTC

[logging-log4j2] branch release-2.x updated: Mention `spotless:apply` in the GitHub Issue template

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new b61fd7b7fb Mention `spotless:apply` in the GitHub Issue template
b61fd7b7fb is described below

commit b61fd7b7fb5e9036b915992d5fa5522e72e424ae
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 16 20:37:50 2023 +0100

    Mention `spotless:apply` in the GitHub Issue template
---
 .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 35513048cb..0df7a26fbf 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -17,7 +17,7 @@
 
 ## Checklist
 
-* `./mvnw verify` succeeds
+* `./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
 * 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)