From 62a4c76c2525eb29e68e241510c0fd908127605e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 17 Nov 2017 13:57:36 -0800 Subject: [PATCH 1/4] doc: remove IRC node-dev link from README The IRC link is mentioned in CONTRIBUTING.md which is linked immediately above. We should encourage people to read that doc before hoping on the IRC channel. Refs: https://github.com/nodejs/node/pull/16533#discussion_r147292940 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 286f6f1e8f843c..2ed113dba904a1 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,6 @@ Information on the current Node.js Working Groups can be found in the ### Contributing to Node.js * [Contributing to the project][] -* IRC (node core development): [#node-dev on chat.freenode.net][] [npm]: https://www.npmjs.com [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md @@ -596,4 +595,3 @@ Information on the current Node.js Working Groups can be found in the [Node.js Website]: https://nodejs.org/en/ [Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js [#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 -[#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev&uio=d4 From 92a782f8a834db984167636c2506ddc5b163c369 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 17 Nov 2017 14:01:26 -0800 Subject: [PATCH 2/4] doc: merge Working Groups with Contributing to Node.js in README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2ed113dba904a1..5392bbc9babc6d 100644 --- a/README.md +++ b/README.md @@ -578,14 +578,10 @@ Previous releases may also have been signed with one of the following GPG keys: * **Timothy J Fontaine** <tjfontaine@gmail.com> `7937DFD2AB06298B2293C3187D33FF9D0246406D` -### Working Groups - -Information on the current Node.js Working Groups can be found in the -[TSC repository](https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md). - ### Contributing to Node.js * [Contributing to the project][] +* [Working Groups][] [npm]: https://www.npmjs.com [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md @@ -594,4 +590,5 @@ Information on the current Node.js Working Groups can be found in the [Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md [Node.js Website]: https://nodejs.org/en/ [Questions tagged 'node.js' on StackOverflow]: https://stackoverflow.com/questions/tagged/node.js +[Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md [#node.js channel on chat.freenode.net]: https://webchat.freenode.net?channels=node.js&uio=d4 From 7ec96dfc4515e9c725f47c715607beb79697b3bf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 17 Nov 2017 14:04:19 -0800 Subject: [PATCH 3/4] doc: add Contributing to Node.js to the README ToC --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5392bbc9babc6d..1c798a7e05d04f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ policies, and releases are managed under an * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee) * [Collaborators](#collaborators) * [Release Team](#release-team) +* [Contributing to Node.js](#contributing-to-nodejs) ## Support @@ -578,7 +579,7 @@ Previous releases may also have been signed with one of the following GPG keys: * **Timothy J Fontaine** <tjfontaine@gmail.com> `7937DFD2AB06298B2293C3187D33FF9D0246406D` -### Contributing to Node.js +## Contributing to Node.js * [Contributing to the project][] * [Working Groups][] From e32ca75ef6a04e325a9e2beb9a487dd426672c32 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 17 Nov 2017 14:07:01 -0800 Subject: [PATCH 4/4] doc: normalize ToC indentation with heading levels in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c798a7e05d04f..480fed964d6db0 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ policies, and releases are managed under an * [API Documentation](#api-documentation) * [Verifying Binaries](#verifying-binaries) * [Building Node.js](#building-nodejs) - * [Security](#security) - * [Current Project Team Members](#current-project-team-members) - * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee) - * [Collaborators](#collaborators) - * [Release Team](#release-team) +* [Security](#security) +* [Current Project Team Members](#current-project-team-members) + * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee) + * [Collaborators](#collaborators) + * [Release Team](#release-team) * [Contributing to Node.js](#contributing-to-nodejs) ## Support @@ -90,7 +90,7 @@ The Node.js project maintains multiple types of releases: More information can be found in the [LTS README](https://github.com/nodejs/LTS/). -## Download +### Download Binaries, installers, and source tarballs are available at .