|
23 | 23 | * [Landing Pull Requests](#landing-pull-requests) |
24 | 24 | - [Technical HOWTO](#technical-howto) |
25 | 25 | - [Troubleshooting](#troubleshooting) |
26 | | - - [I Just Made a Mistake](#i-just-made-a-mistake) |
| 26 | + - [I Made a Mistake](#i-made-a-mistake) |
27 | 27 | - [Long Term Support](#long-term-support) |
28 | 28 | - [What is LTS?](#what-is-lts) |
29 | 29 | - [How does LTS work?](#how-does-lts-work) |
|
32 | 32 | - [How can I help?](#how-can-i-help) |
33 | 33 | - [How is an LTS release cut?](#how-is-an-lts-release-cut) |
34 | 34 |
|
35 | | -This document contains information for Collaborators of the Node.js |
36 | | -project regarding managing the project's code, documentation, and issue tracker. |
37 | | - |
38 | | -Collaborators should be familiar with the guidelines for new |
39 | | -contributors in [CONTRIBUTING.md](./CONTRIBUTING.md) and also |
40 | | -understand the project governance model as outlined in |
41 | | -[GOVERNANCE.md](./GOVERNANCE.md). |
| 35 | +This document explains how Collaborators manage the Node.js project. |
| 36 | +Collaborators should understand the |
| 37 | +[guidelines for new contributors](CONTRIBUTING.md) and the |
| 38 | +[project governance model](GOVERNANCE.md). |
42 | 39 |
|
43 | 40 | ## Issues and Pull Requests |
44 | 41 |
|
@@ -638,7 +635,7 @@ make -j4 test |
638 | 635 | git push upstream master |
639 | 636 | ``` |
640 | 637 |
|
641 | | -### I Just Made a Mistake |
| 638 | +### I Made a Mistake |
642 | 639 |
|
643 | 640 | * Ping a TSC member. |
644 | 641 | * `#node-dev` on freenode |
|
0 commit comments