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

Contributing: point to nodejs/node #169

Merged
merged 1 commit into from
Sep 1, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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