You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, two of the guides in the `/doc/guides` directory are actually
guides for working on the Nodei.js project. Of those, one is linked from
this page. This change adds a note to point people to the other.
PR-URL: #10070
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Especially do so if you plan to work on something big. Nothing is more
69
69
frustrating than seeing your hard work go to waste because your vision
70
-
does not align with the project team. Node.js has two IRC channels,
71
-
[#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and questions, and
72
-
[#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of node core specifically.
70
+
does not align with the project team. (Node.js has two IRC channels:
71
+
[#Node.js](http://webchat.freenode.net/?channels=node.js) for general help and
72
+
questions, and
73
+
[#Node-dev](http://webchat.freenode.net/?channels=node-dev) for development of
74
+
Node.js core specifically.
75
+
76
+
For instructions on updating the version of V8 included in the *deps/*
77
+
directory, please refer to [the Maintaining V8 in Node.js guide](https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md).
0 commit comments