From b6c21eb1f7d73747b340e1c3ff60084af8a7e1dd Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Mon, 30 Apr 2018 12:54:53 -0700 Subject: Add a GitHub pull request template. It directs users to our contributor guidelines and Gerrit instance. PiperOrigin-RevId: 194830523 Change-Id: I9882da0e95d04f7e1ee941bf65d40fbe45a47b24 --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md 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 -- cgit v1.2.3