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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 367d66c9 Remove clean from the PR template
367d66c9 is described below

commit 367d66c93e01d63944d7a9df210bbf8f2d28d99b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed May 7 20:05:58 2025 +0200

    Remove clean from the PR template
    
    Use the same command as in README
---
 .github/pull_request_template.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 88dcabb3..3850d2b6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,9 +7,9 @@ contribution quickly and easily:
   Note that commits might be squashed by a maintainer on merge.
 - [ ] Write unit tests that match behavioral changes, where the tests fail if 
the changes to the runtime are not applied. 
   This may not always be possible but is a best-practice.
-- [ ] Run `mvn clean verify` to make sure basic checks pass.
+- [ ] Run `mvn verify` to make sure basic checks pass.
   A more thorough check will be performed on your pull request automatically.
-- [ ] You have run the integration tests successfully (`mvn -Prun-its clean 
verify`).
+- [ ] You have run the integration tests successfully (`mvn -Prun-its verify`).
 
 
 If your pull request is about ~20 lines of code you don't need to sign an

Reply via email to