Skip to content

Commit

Permalink
doc: add TOC links to Collaborator Guide
Browse files Browse the repository at this point in the history
PR-URL: #1994
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Trott committed Jun 17, 2015
1 parent 30638b1 commit 7a3006e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

**Contents**

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

This document contains information for Collaborators of the io.js
project regarding maintaining the code, documentation and issues.
Expand Down Expand Up @@ -212,7 +213,7 @@ Time to push it:
$ 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
(`git push -f`). This should generally be seen as forbidden (since
Expand Down

0 comments on commit 7a3006e

Please sign in to comment.