summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-10-08 12:25:19 -0700
committerAnna Henningsen <anna@addaleax.net>2017-10-14 11:13:29 +0200
commit23340b9234f79a193ffebbf891eebaec545a5b35 (patch)
tree941a2715b1c8b8a882eb0041d9a6e79d686bb877 /CONTRIBUTING.md
parentf4cab35dd88da512ddc2c82dcb6eda8e3db85774 (diff)
downloadandroid-node-v8-23340b9234f79a193ffebbf891eebaec545a5b35.tar.gz
android-node-v8-23340b9234f79a193ffebbf891eebaec545a5b35.tar.bz2
android-node-v8-23340b9234f79a193ffebbf891eebaec545a5b35.zip
doc: add basic C++ style guide
Ideally, most of these things would be enforced via linter rules. This is a first step into having a style guide that goes beyond what the linter currently enforces. PR-URL: https://github.com/nodejs/node/pull/16090 Fixes: https://github.com/nodejs/node/issues/12636 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d78daedc80..2336deb728 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -282,6 +282,9 @@ should follow the [Style Guide](doc/STYLE_GUIDE.md). Code samples included
in the API docs will also be checked when running `make lint` (or
`vcbuild.bat lint` on Windows).
+For contributing C++ code, you may want to look at the
+[C++ Style Guide](CPP_STYLE_GUIDE.md).
+
#### Step 4: Commit
It is a recommended best practice to keep your changes as logically grouped