We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a5da1 commit 72aecd7Copy full SHA for 72aecd7
CPP_STYLE_GUIDE.md
@@ -1,5 +1,8 @@
1
# C++ Style Guide
2
3
+See also the [C++ codebase README](src/README.md) for C++ idioms in the Node.js
4
+codebase not related to stylistic issues.
5
+
6
## Table of Contents
7
8
* [Guides and References](#guides-and-references)
doc/guides/contributing/pull-requests.md
@@ -121,7 +121,9 @@ in the API docs will also be checked when running `make lint` (or
121
use `REPLACEME` for the version number in the documentation YAML.
122
123
For contributing C++ code, you may want to look at the
124
-[C++ Style Guide](../../../CPP_STYLE_GUIDE.md).
+[C++ Style Guide](../../../CPP_STYLE_GUIDE.md), as well as the
125
+[README of `src/`](../../../src/README.md) for an overview over Node.js
126
+C++ internals.
127
128
### Step 4: Commit
129
0 commit comments