diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-04-30 12:54:53 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2018-05-01 09:42:37 -0400 |
commit | b6c21eb1f7d73747b340e1c3ff60084af8a7e1dd (patch) | |
tree | c2e0a30300b5846f51467819c1cedd9aab7019bc | |
parent | c2c0f587eea027014520fbe1550a6c6f146732b7 (diff) |
Add a GitHub pull request template.
It directs users to our contributor guidelines and Gerrit instance.
PiperOrigin-RevId: 194830523
Change-Id: I9882da0e95d04f7e1ee941bf65d40fbe45a47b24
-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 |