diff options
| author | Daniel Smith <dbsmith@google.com> | 2016-06-03 16:49:35 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2016-06-08 17:22:12 -0700 |
| commit | ff8d9af6f8da3622764b6c81209360fdfab69633 (patch) | |
| tree | d96789b1a10641efd4e3c258df389fad12707d84 /pull-requests.md | |
| parent | 7e3393ba4f645c9d83632dfdca278306577d3512 (diff) | |
update documentation & hooks
Diffstat (limited to 'pull-requests.md')
| -rw-r--r-- | pull-requests.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pull-requests.md b/pull-requests.md index 64a1c2c6..6803c464 100644 --- a/pull-requests.md +++ b/pull-requests.md @@ -69,8 +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-generated-docs.sh` passes. +* Verify `hack/verify-all.sh` passes. * Verify `hack/test-go.sh` passes. +* Verify `hack/test-integration.sh` passes. ## Release Notes |
