Skip to content

Commit 399d64b

Browse files
Trotttargos
authored andcommitted
doc: revise COLLABORATOR_GUIDE.md
Simplify text/content. PR-URL: #23990 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 879402b commit 399d64b

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
@@ -28,7 +28,7 @@
2828
- [Using `git-node`](#using-git-node)
2929
- [Technical HOWTO](#technical-howto)
3030
- [Troubleshooting](#troubleshooting)
31-
- [I Just Made a Mistake](#i-just-made-a-mistake)
31+
- [I Made a Mistake](#i-made-a-mistake)
3232
- [Long Term Support](#long-term-support)
3333
- [What is LTS?](#what-is-lts)
3434
- [How does LTS work?](#how-does-lts-work)
@@ -38,13 +38,10 @@
3838
- [How is an LTS release cut?](#how-is-an-lts-release-cut)
3939
* [Who to CC in the issue tracker](#who-to-cc-in-the-issue-tracker)
4040

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

4946
## Issues and Pull Requests
5047

@@ -747,7 +744,7 @@ make -j4 test
747744
git push upstream master
748745
```
749746

750-
### I Just Made a Mistake
747+
### I Made a Mistake
751748

752749
* Ping a TSC member.
753750
* `#node-dev` on freenode

0 commit comments

Comments
 (0)