From e44733f92bad59e60094674aa9b499996c4a72c4 Mon Sep 17 00:00:00 2001 From: Anish Asrani Date: Tue, 21 May 2019 20:19:00 -0700 Subject: [PATCH 1/3] Reposition "How to Contribute" section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0ab0dfbd6d65cf..3a2030fbbeddd5 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,12 @@ the file's signature. See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from source and a list of supported platforms. +## Contributing to Node.js + +* [Contributing to the project][] +* [Working Groups][] +* [Strategic Initiatives][] + ## Security For information on reporting security vulnerabilities in Node.js, see @@ -593,12 +599,6 @@ Other keys used to sign some previous releases: * **Timothy J Fontaine** <tjfontaine@gmail.com> `7937DFD2AB06298B2293C3187D33FF9D0246406D` -## Contributing to Node.js - -* [Contributing to the project][] -* [Working Groups][] -* [Strategic Initiatives][] - [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md [Contributing to the project]: CONTRIBUTING.md [Node.js Help]: https://github.com/nodejs/help From 976d543474af3588f0ab98a7f97ae45c2d39dcad Mon Sep 17 00:00:00 2001 From: Anish Asrani Date: Wed, 22 May 2019 16:04:11 -0700 Subject: [PATCH 2/3] Updated table of contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a2030fbbeddd5..8070848a585014 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The * [API Documentation](#api-documentation) * [Verifying Binaries](#verifying-binaries) * [Building Node.js](#building-nodejs) +* [Contributing to Node.js](#contributing-to-nodejs) * [Security](#security) * [Current Project Team Members](#current-project-team-members) * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee) * [Collaborators](#collaborators) * [Release Keys](#release-keys) -* [Contributing to Node.js](#contributing-to-nodejs) ## Support From 921fe296881a160ada4c702e222a65076b9258f6 Mon Sep 17 00:00:00 2001 From: Anish Asrani Date: Sat, 25 May 2019 11:12:28 -0700 Subject: [PATCH 3/3] Swapped Security and Contribution sections --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8070848a585014..d9034ee150e17c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ The Node.js project uses an [open governance model](./GOVERNANCE.md). The * [API Documentation](#api-documentation) * [Verifying Binaries](#verifying-binaries) * [Building Node.js](#building-nodejs) -* [Contributing to Node.js](#contributing-to-nodejs) * [Security](#security) +* [Contributing to Node.js](#contributing-to-nodejs) * [Current Project Team Members](#current-project-team-members) * [TSC (Technical Steering Committee)](#tsc-technical-steering-committee) * [Collaborators](#collaborators) @@ -155,17 +155,17 @@ the file's signature. See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from source and a list of supported platforms. +## Security + +For information on reporting security vulnerabilities in Node.js, see +[SECURITY.md](./SECURITY.md). + ## Contributing to Node.js * [Contributing to the project][] * [Working Groups][] * [Strategic Initiatives][] -## Security - -For information on reporting security vulnerabilities in Node.js, see -[SECURITY.md](./SECURITY.md). - ## Current Project Team Members For information about the governance of the Node.js project, see