diff options
Diffstat (limited to 'pull-requests.md')
| -rw-r--r-- | pull-requests.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pull-requests.md b/pull-requests.md index 2037b410..40705971 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -69,9 +69,9 @@ Additionally, for infrequent or new contributors, we require the on call to appl The following will save time for both you and your reviewer: * Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass. -* Verify `hack/verify-all.sh` passes. -* Verify `hack/test-go.sh` passes. -* Verify `hack/test-integration.sh` passes. +* Verify `make verify` passes. +* Verify `make test` passes. +* Verify `make test-integration.sh` passes. ## Release Notes |
