From daa5b7b27d709b6dfabb770252084f24f5577dbc Mon Sep 17 00:00:00 2001 From: Keiichi Watanabe Date: Thu, 28 Oct 2021 18:48:46 +0900 Subject: [PATCH] github: Add pull request template to tell we use Gerrit BUG=none TEST=none Change-Id: I003f0084b8b057d669ec0c6160f4d8fed2871919 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3250152 Tested-by: kokoro Reviewed-by: Dennis Kempin Commit-Queue: Keiichi Watanabe --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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 0000000000..9f318ec915 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +We don't accept any GitHub pull requests to crosvm. We use +[Chromium Gerrit](https://chromium-review.googlesource.com/) for the code review +process. See +[the contribution guide](https://google.github.io/crosvm/contributing.html) for +the details.