diff options
-rw-r--r-- | .github/pull_request_template.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4b34519b0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +Thanks for contributing to gVisor! + +gVisor development happens on [Gerrit][gerrit] rather than GitHub, so we don't +accept pull requests here. + +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 |