Skip to content

Commit 7a3006e

Browse files
committed
doc: add TOC links to Collaborator Guide
PR-URL: #1994 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 30638b1 commit 7a3006e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

COLLABORATOR_GUIDE.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
**Contents**
44

5-
* Issues and Pull Requests
6-
* Accepting Modifications
7-
- Involving the TC
8-
* Landing Pull Requests
9-
- Technical HOWTO
5+
* [Issues and Pull Requests](#issues-and-pull-requests)
6+
* [Accepting Modifications](#accepting-modifications)
7+
- [Involving the TC](#involving-the-tc)
8+
* [Landing Pull Requests](#landing-pull-requests)
9+
- [Technical HOWTO](#technical-howto)
10+
- [I Just Made a Mistake](#i-just-made-a-mistake)
1011

1112
This document contains information for Collaborators of the io.js
1213
project regarding maintaining the code, documentation and issues.
@@ -212,7 +213,7 @@ Time to push it:
212213
$ git push origin master
213214
```
214215

215-
### I just made a mistake
216+
### I Just Made a Mistake
216217

217218
With `git`, there's a way to override remote trees by force pushing
218219
(`git push -f`). This should generally be seen as forbidden (since

0 commit comments

Comments
 (0)