From dfd6fe4f9545a8fd55b65c99e5a04eb06f9f3600 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Mon, 7 Mar 2016 21:41:13 -0500 Subject: [PATCH] Add a PULL_REQUEST_TEMPLATE. Now that we have a GitHub mirror, set up a PULL_REQUEST_TEMPLATE so people know not to file pull requests against us. Text borrowed from Go's version of this file. Change-Id: I7da127fbf36eb3a7cb68e3a91cc9dfbb7fc92155 Reviewed-on: https://boringssl-review.googlesource.com/7370 Reviewed-by: Adam Langley --- .github/PULL_REQUEST_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 000000000..6c101eabc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,7 @@ +Please do not send pull requests to the BoringSSL repository. + +We do, however, take contributions gladly. + +See https://boringssl.googlesource.com/boringssl/+/master/CONTRIBUTING.md + +Thanks!