Skip to content

Commit 367d66c

Browse files
Remove clean from the PR template
Use the same command as in README
1 parent 9a16dd2 commit 367d66c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ contribution quickly and easily:
77
Note that commits might be squashed by a maintainer on merge.
88
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied.
99
This may not always be possible but is a best-practice.
10-
- [ ] Run `mvn clean verify` to make sure basic checks pass.
10+
- [ ] Run `mvn verify` to make sure basic checks pass.
1111
A more thorough check will be performed on your pull request automatically.
12-
- [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`).
12+
- [ ] You have run the integration tests successfully (`mvn -Prun-its verify`).
1313

1414

1515
If your pull request is about ~20 lines of code you don't need to sign an

0 commit comments

Comments
 (0)