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:
parent
30638b150f
commit
7a3006efe4
@ -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.
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user