mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: make minor edits to pull request text
PR-URL: https://github.com/nodejs/node/pull/39383 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
@@ -116,8 +116,9 @@ repository includes changes to one or more of the following:
|
||||
* the documentation in `doc/api`
|
||||
* tests within the `test` directory.
|
||||
|
||||
If you are modifying code, please be sure to run `make lint` from time to
|
||||
time to ensure that the changes follow the Node.js code style guide.
|
||||
If you are modifying code, please be sure to run `make lint` (or
|
||||
`vcbuild.bat lint` on Windows) 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](../doc-style-guide.md). Code samples
|
||||
@@ -137,7 +138,7 @@ added: REPLACEME
|
||||
|
||||
For contributing C++ code, you may want to look at the
|
||||
[C++ Style Guide](../cpp-style-guide.md), as well as the
|
||||
[README of `src/`](../../../src/README.md) for an overview over Node.js
|
||||
[README of `src/`](../../../src/README.md) for an overview of Node.js
|
||||
C++ internals.
|
||||
|
||||
### Step 4: Commit
|
||||
|
||||
Reference in New Issue
Block a user