File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ contribution quickly and easily:
7
7
Note that commits might be squashed by a maintainer on merge.
8
8
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied.
9
9
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.
11
11
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 ` ).
13
13
14
14
15
15
If your pull request is about ~ 20 lines of code you don't need to sign an
You can’t perform that action at this time.
0 commit comments