| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 42da81e commit 79d4986
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,17 +60,22 @@ always welcome but API or behavioral changes to modules at stability level 3 | |||
| 60 | 60 | Node.js has several bundled dependencies in the *deps/* and the *tools/* | |
| 61 | 61 | directories that are not part of the project proper. Any changes to files | |
| 62 | 62 | in those directories or its subdirectories should be sent to their respective | |
| 63 | - projects. Do not send your patch to us, we cannot accept it. | ||
| 63 | + projects. Do not send a patch to Node.js. We cannot accept such patches. | ||
| 64 | 64 | ||
| 65 | 65 | In case of doubt, open an issue in the | |
| 66 | 66 | [issue tracker](https://github.com/nodejs/node/issues/) or contact one of the | |
| 67 | 67 | [project Collaborators](https://github.com/nodejs/node/#current-project-team-members). | |
| 68 | 68 | ||
| 69 | 69 | Especially do so if you plan to work on something big. Nothing is more | |
| 70 | 70 | frustrating than seeing your hard work go to waste because your vision | |
| 71 | - does not align with the project team. Node.js has two IRC channels, | ||
| 72 | - [#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and questions, and | ||
| 73 | - [#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of node core specifically. | ||
| 71 | + does not align with the project team. (Node.js has two IRC channels: | ||
| 72 | + [#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and | ||
| 73 | + questions, and | ||
| 74 | + [#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of | ||
| 75 | + Node.js core specifically. | ||
| 76 | + | ||
| 77 | + For instructions on updating the version of V8 included in the *deps/* | ||
| 78 | + directory, please refer to [the Maintaining V8 in Node.js guide](https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md). | ||
| 74 | 79 | ||
| 75 | 80 | ||
| 76 | 81 | ### Step 2: Branch | |
| Back | FazBrowse Home | New Git URL |
0 commit comments