diff options
author | Adin Scannell <ascannell@google.com> | 2019-07-12 14:33:23 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-12 14:34:33 -0700 |
commit | 4ad67050895d0129f736d8728c62ff9957ada8d7 (patch) | |
tree | fb07ae3fe5c5a9d297b790659c6493acec703fa6 /CONTRIBUTING.md | |
parent | 6116473b2ffdea90a4a97196e265c6d93e53ce00 (diff) |
CONTRIBUTING: add logs access instructions.
PiperOrigin-RevId: 257870018
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 149375896..d901426cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,6 +86,11 @@ Code changes are accepted via [pull request][github]. When approved, the change will be submitted by a team member and automatically merged into the repository. +### Presubmit checks + +Accessing check logs may require membership in the +[gvisor-dev mailing list][gvisor-dev-list], which is public. + ### Bug IDs Some TODOs and NOTEs sprinkled throughout the code have associated IDs of the @@ -103,5 +108,6 @@ one above, the [gcla]: https://cla.developers.google.com/about/google-individual [gccla]: https://cla.developers.google.com/about/google-corporate [github]: https://github.com/google/gvisor/compare +[gvisor-dev-list]: https://groups.google.com/forum/#!forum/gvisor-dev [gostyle]: https://github.com/golang/go/wiki/CodeReviewComments [teststyle]: ./test/ |