doc: edit CONTRIBUTING.md preamble

Make the preamble to CONTRIBUTING.md more concise and focused.

PR-URL: https://github.com/nodejs/node/pull/17700
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2017-12-15 07:46:30 -08:00
parent 7688a8bd1f
commit 90abfd672f

View File

@ -1,17 +1,15 @@
# Contributing to Node.js # Contributing to Node.js
Contributions to Node.js may come in many forms. Some contribute code changes, Contributions to Node.js include code, documentation, answering user questions,
others contribute docs, others help answer questions from users, help keep the running the project's infrastructure, and advocating for all types of Node.js
infrastructure running, or seek out ways of advocating for Node.js users of all users.
types.
The Node.js project welcomes all contributions from anyone willing to work in The Node.js project welcomes all contributions from anyone willing to work in
good faith both with other contributors and with the community. No contribution good faith with other contributors and the community. No contribution is too
is too small and all contributions are valued. small and all contributions are valued.
This guide details the basic steps for getting started contributing to the This guide explains the process for contributing to the Node.js project's core
Node.js project's core `nodejs/node` GitHub Repository and describes what to `nodejs/node` GitHub Repository and describes what to expect at each step.
expect throughout each step of the process.
* [Code of Conduct](#code-of-conduct) * [Code of Conduct](#code-of-conduct)
* [Bad Actors](#bad-actors) * [Bad Actors](#bad-actors)