aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarl Wiberg <kwiberg@webrtc.org>2017-09-03 05:02:12 +0200
committerCommit Bot <commit-bot@chromium.org>2017-09-03 16:43:41 +0000
commitbb821e28b12544832d6198c853c1641b962e542e (patch)
tree4856d6087e79097be6ee31a92062b4cb71515ee7 /README.md
parentbf94fda1e4b3bff094906d8c581c62d221fc0a5e (diff)
downloadwebrtc-bb821e28b12544832d6198c853c1641b962e542e.tar.gz
Add a bare-bones C++ style guide
BUG=none NOTRY=true Change-Id: I4488aff47db2b9220985156c5112db6d5a79a18e Reviewed-on: https://chromium-review.googlesource.com/641872 Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19645}
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index eeabfc6a87..5c9ea2324a 100644
--- a/README.md
+++ b/README.md
@@ -21,3 +21,5 @@ started developing with the native code.
* Samples and reference apps: https://github.com/webrtc
* Mailing list: http://groups.google.com/group/discuss-webrtc
* Continuous build: http://build.chromium.org/p/client.webrtc
+ * [Coding style guide](style-guide.md)
+ * [Code of conduct](CODE_OF_CONDUCT.md)