diff options
| -rw-r--r-- | doc/guides/contributing/pull-requests.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index d43106c8c9..0e324211ee 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -116,9 +116,8 @@ time to ensure that the changes follow the Node.js code style guide. Any documentation you write (including code comments and API documentation) should follow the [Style Guide](../../STYLE_GUIDE.md). Code samples included in the API docs will also be checked when running `make lint` (or -`vcbuild.bat lint` on Windows). If you are adding to or deprecating the API, -be sure to use `REPLACEME` for the version numbers as specified in -[releases.md](../../releases.md#step-3-update-any-replaceme-and-dep00xx-tags-in-the-docs). +`vcbuild.bat lint` on Windows). If you are adding to or deprecating an API, +use `REPLACEME` for the version number in the documentation YAML. For contributing C++ code, you may want to look at the [C++ Style Guide](../../../CPP_STYLE_GUIDE.md). |
