Browse Source

doc: add TOC links to Collaborator Guide

PR-URL: https://github.com/nodejs/io.js/pull/1994
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v2.3.1-release
Rich Trott 10 years ago
parent
commit
7a3006efe4
  1. 13
      COLLABORATOR_GUIDE.md

13
COLLABORATOR_GUIDE.md

@ -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

Loading…
Cancel
Save