Skip to content

Commit f02e4b9

Browse files
committed
doc: create list for commonly edited files in PRs
PR-URL: #19776 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 682b850 commit f02e4b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/guides/contributing/pull-requests.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ $ git checkout -b my-branch -t upstream/master
101101
### Step 3: Code
102102

103103
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.
107109

108110
If you are modifying code, please be sure to run `make lint` from time to
109111
time to ensure that the changes follow the Node.js code style guide.

0 commit comments

Comments
 (0)