We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a16dd2 commit 367d66cCopy full SHA for 367d66c
.github/pull_request_template.md
@@ -7,9 +7,9 @@ contribution quickly and easily:
7
Note that commits might be squashed by a maintainer on merge.
8
- [ ] Write unit tests that match behavioral changes, where the tests fail if the changes to the runtime are not applied.
9
This may not always be possible but is a best-practice.
10
-- [ ] Run `mvn clean verify` to make sure basic checks pass.
+- [ ] Run `mvn verify` to make sure basic checks pass.
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`).
+- [ ] You have run the integration tests successfully (`mvn -Prun-its verify`).
13
14
15
If your pull request is about ~20 lines of code you don't need to sign an
0 commit comments