aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-02-10 16:32:25 -0500
committerAdam Langley <agl@google.com>2016-02-10 21:38:19 +0000
commit5acc423517ec9d53e6cf2cd1b968405e0972c745 (patch)
tree7abd38bd2143210470fc4d32ae7a5d82b2b395e0 /README.md
parent042e8f721a1831e847bf360180e7a835f75bbcbb (diff)
downloadboringssl-5acc423517ec9d53e6cf2cd1b968405e0972c745.zip
boringssl-5acc423517ec9d53e6cf2cd1b968405e0972c745.tar.gz
boringssl-5acc423517ec9d53e6cf2cd1b968405e0972c745.tar.bz2
Add a CONTRIBUTING.md file.
Change-Id: I4e1ed0aaddf4dc516a81155ef62dba138f8495ae Reviewed-on: https://boringssl-review.googlesource.com/7120 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8a65c2..e306da9 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,4 @@ There are other files in this directory which might be helpful:
* [STYLE.md](/STYLE.md): rules and guidelines for coding style.
* include/openssl: public headers with API documentation in comments. Also [available online](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html).
* [FUZZING.md](/FUZZING.md): information about fuzzing BoringSSL.
+ * [CONTRIBUTING.md](/CONTRIBUTING.md): how to contribute to BoringSSL.