File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ git checkout -b my-branch -t upstream/HEAD
107107
108108### Step 3: Code
109109
110- The vast majority of pull requests opened against the ` nodejs/node `
111- repository includes changes to one or more of the following:
110+ Pull requests in Node.js typically involve changes to
111+ one or more of a few places in the repository.
112112
113- * the C/C++ code contained in the ` src ` directory
114- * the JavaScript code contained in the ` lib ` directory
115- * the documentation in ` doc/api `
116- * tests within the ` test ` directory.
113+ * C/C++ code contained in the ` src ` directory
114+ * JavaScript code contained in the ` lib ` directory
115+ * Documentation in ` doc/api `
116+ * Tests within the ` test ` directory
117117
118118If you are modifying code, please be sure to run ` make lint ` (or
119119` vcbuild.bat lint ` on Windows) to ensure that the changes follow the Node.js
You can’t perform that action at this time.
0 commit comments