File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,11 @@ $ git checkout -b my-branch -t upstream/master
101
101
### Step 3: Code
102
102
103
103
The vast majority of Pull Requests opened against the ` nodejs/node `
104
- repository includes changes to either the C/C++ code contained in the ` src `
105
- directory, the JavaScript code contained in the ` lib ` directory, the
106
- documentation in ` docs/api ` or tests within the ` test ` directory.
104
+ repository includes changes to one or more of the following:
105
+ - the C/C++ code contained in the ` src ` directory
106
+ - the JavaScript code contained in the ` lib ` directory
107
+ - the documentation in ` doc/api `
108
+ - tests within the ` test ` directory.
107
109
108
110
If you are modifying code, please be sure to run ` make lint ` from time to
109
111
time to ensure that the changes follow the Node.js code style guide.
You can’t perform that action at this time.
0 commit comments