|
28 | 28 | - [Using `git-node`](#using-git-node) |
29 | 29 | - [Technical HOWTO](#technical-howto) |
30 | 30 | - [Troubleshooting](#troubleshooting) |
31 | | - - [I Just Made a Mistake](#i-just-made-a-mistake) |
| 31 | + - [I Made a Mistake](#i-made-a-mistake) |
32 | 32 | - [Long Term Support](#long-term-support) |
33 | 33 | - [What is LTS?](#what-is-lts) |
34 | 34 | - [How does LTS work?](#how-does-lts-work) |
|
38 | 38 | - [How is an LTS release cut?](#how-is-an-lts-release-cut) |
39 | 39 | * [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker) |
40 | 40 |
|
41 | | -This document contains information for Collaborators of the Node.js |
42 | | -project regarding managing the project's code, documentation, and issue tracker. |
43 | | - |
44 | | -Collaborators should be familiar with the guidelines for new |
45 | | -contributors in [CONTRIBUTING.md](./CONTRIBUTING.md) and also |
46 | | -understand the project governance model as outlined in |
47 | | -[GOVERNANCE.md](./GOVERNANCE.md). |
| 41 | +This document explains how Collaborators manage the Node.js project. |
| 42 | +Collaborators should understand the |
| 43 | +[guidelines for new contributors](CONTRIBUTING.md) and the |
| 44 | +[project governance model](GOVERNANCE.md). |
48 | 45 |
|
49 | 46 | ## Issues and Pull Requests |
50 | 47 |
|
@@ -747,7 +744,7 @@ make -j4 test |
747 | 744 | git push upstream master |
748 | 745 | ``` |
749 | 746 |
|
750 | | -### I Just Made a Mistake |
| 747 | +### I Made a Mistake |
751 | 748 |
|
752 | 749 | * Ping a TSC member. |
753 | 750 | * `#node-dev` on freenode |
|
0 commit comments