doc: add TOC links to Collaborator Guide

PR-URL: https://github.com/nodejs/io.js/pull/1994
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Rich Trott 2015-06-16 15:01:39 -07:00
parent 30638b150f
commit 7a3006efe4

View File

@ -2,11 +2,12 @@
**Contents** **Contents**
* Issues and Pull Requests * [Issues and Pull Requests](#issues-and-pull-requests)
* Accepting Modifications * [Accepting Modifications](#accepting-modifications)
- Involving the TC - [Involving the TC](#involving-the-tc)
* Landing Pull Requests * [Landing Pull Requests](#landing-pull-requests)
- Technical HOWTO - [Technical HOWTO](#technical-howto)
- [I Just Made a Mistake](#i-just-made-a-mistake)
This document contains information for Collaborators of the io.js This document contains information for Collaborators of the io.js
project regarding maintaining the code, documentation and issues. project regarding maintaining the code, documentation and issues.
@ -212,7 +213,7 @@ Time to push it:
$ git push origin master $ git push origin master
``` ```
### I just made a mistake ### I Just Made a Mistake
With `git`, there's a way to override remote trees by force pushing With `git`, there's a way to override remote trees by force pushing
(`git push -f`). This should generally be seen as forbidden (since (`git push -f`). This should generally be seen as forbidden (since