Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #169 from nodejs/orangemocha-updatecontributing
Browse files Browse the repository at this point in the history
Contributing: point to nodejs/node
  • Loading branch information
fhemberger committed Sep 1, 2015
2 parents c7ec92d + ebede63 commit 5c16c64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions doc/contribute/code_contributions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ which is ready for you to start exploring with your changes.
The following projects are managed by the Node.js team and available for you to
fork and contribute to.

* [Node.js v0.10 and v0.12](https://github.com/joyent/node)
* [io.js](https://github.com/nodejs/io.js)
* [Node.js Next](https://github.com/nodejs/node)
* [Node.js (all versions)](https://github.com/nodejs/node)
* [Node.js Website](https://github.com/joyent/node-website)
* [http-parser](https://github.com/joyent/http-parser)

Expand All @@ -70,7 +68,7 @@ upstream repository as a remote that you'll be able to use to refresh your
version and stay in sync while working on your changes.

```
$ git remote add upstream git://github.com/joyent/node.git
$ git remote add upstream git://github.com/nodejs/node.git
$ git fetch upstream
```

Expand Down
2 changes: 1 addition & 1 deletion doc/contribute/code_contributions/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ followed exactly as they are outlined.

### Ideal life cycle of a GitHub issue

1. A new issue is filed against the joyent/node issues tracker.
1. A new issue is filed against the nodejs/node issues tracker.

2. This issue is picked up by a contributor. She assigns the issue to herself if
she's a collaborator, or leaves it unassigned.
Expand Down
6 changes: 2 additions & 4 deletions doc/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ repository but don't worry if things happen to get put in the wrong place,
the community of contributors will be more than happy to help get you
pointed in the right direction.

* To report issues specific to Node.js v0.10.x or v0.12.x, please use
[joyent/node](https://github.com/joyent/node/issues)
* To report issues specific to io.js (any version), please use [nodejs/io.js](https://github.com/nodejs/io.js/issues)
* To report issues specific to future Node.js releases, please use [nodejs/node](https://github.com/nodejs/node)
* To report issues about Node.js (any version), please use
[nodejs/node](https://github.com/nodejs/node/issues)
* To report issues specific to this website, please use [joyent/node-website](https://github.com/joyent/node-website/issues)

## Code contributions
Expand Down

0 comments on commit 5c16c64

Please sign in to comment.