Skip to content

Commit d1eebb2

Browse files
Trottrvagg
authored andcommitted
doc: revise COLLABORATOR_GUIDE.md
Simplify text/content. PR-URL: #23990 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 003eb0c commit d1eebb2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

COLLABORATOR_GUIDE.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* [Landing Pull Requests](#landing-pull-requests)
2424
- [Technical HOWTO](#technical-howto)
2525
- [Troubleshooting](#troubleshooting)
26-
- [I Just Made a Mistake](#i-just-made-a-mistake)
26+
- [I Made a Mistake](#i-made-a-mistake)
2727
- [Long Term Support](#long-term-support)
2828
- [What is LTS?](#what-is-lts)
2929
- [How does LTS work?](#how-does-lts-work)
@@ -32,13 +32,10 @@
3232
- [How can I help?](#how-can-i-help)
3333
- [How is an LTS release cut?](#how-is-an-lts-release-cut)
3434

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).
4239

4340
## Issues and Pull Requests
4441

@@ -638,7 +635,7 @@ make -j4 test
638635
git push upstream master
639636
```
640637

641-
### I Just Made a Mistake
638+
### I Made a Mistake
642639

643640
* Ping a TSC member.
644641
* `#node-dev` on freenode

0 commit comments

Comments
 (0)