diff options
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4b34519b0..0ac6c5ccb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,5 @@ Thanks for contributing to gVisor! -gVisor development happens on [Gerrit][gerrit] rather than GitHub, so we don't -accept pull requests here. +gVisor development happens on Gerrit rather than GitHub, so we don't accept pull requests here. Gerrit can be found here: https://gvisor-review.googlesource.com -Please see the [contributing guidelines][contrib] for more information. - -[contrib]: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md -[gerrit]: https://gvisor-review.googlesource.com +Please see the contributing guidelines for more information: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md |