aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-03-07 21:41:13 -0500
committerAdam Langley <agl@google.com>2016-03-08 15:23:52 +0000
commitdfd6fe4f9545a8fd55b65c99e5a04eb06f9f3600 (patch)
tree6269b866f3d799669a8d64f45981cb1ec0340559 /.github
parentcdd7048358b524567734eb5fc283cc9f42005686 (diff)
downloadboringssl-dfd6fe4f9545a8fd55b65c99e5a04eb06f9f3600.zip
boringssl-dfd6fe4f9545a8fd55b65c99e5a04eb06f9f3600.tar.gz
boringssl-dfd6fe4f9545a8fd55b65c99e5a04eb06f9f3600.tar.bz2
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 <agl@google.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 0000000..6c101ea
--- /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!