Browse Source

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>
kris/onging/CECPQ3_patch15
David Benjamin 8 years ago
committed by Adam Langley
parent
commit
dfd6fe4f95
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .github/PULL_REQUEST_TEMPLATE

+ 7
- 0
.github/PULL_REQUEST_TEMPLATE View File

@@ -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!

Loading…
Cancel
Save