summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-15 07:46:30 -0800
committerRich Trott <rtrott@gmail.com>2017-12-18 13:23:39 -0800
commit90abfd672fca7df6ead766d919935d8e4a678091 (patch)
tree64ce8a748c2dc1354a849a6b88ebcdc8c4616bf4 /CONTRIBUTING.md
parent7688a8bd1fb930cc8ebebeea92de0124fca4223b (diff)
downloadandroid-node-v8-90abfd672fca7df6ead766d919935d8e4a678091.tar.gz
android-node-v8-90abfd672fca7df6ead766d919935d8e4a678091.tar.bz2
android-node-v8-90abfd672fca7df6ead766d919935d8e4a678091.zip
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>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9f8f89cdaa..d27959c6dc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,17 +1,15 @@
# Contributing to Node.js
-Contributions to Node.js may come in many forms. Some contribute code changes,
-others contribute docs, others help answer questions from users, help keep the
-infrastructure running, or seek out ways of advocating for Node.js users of all
-types.
+Contributions to Node.js include code, documentation, answering user questions,
+running the project's infrastructure, and advocating for all types of Node.js
+users.
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
-is too small and all contributions are valued.
+good faith with other contributors and the community. No contribution is too
+small and all contributions are valued.
-This guide details the basic steps for getting started contributing to the
-Node.js project's core `nodejs/node` GitHub Repository and describes what to
-expect throughout each step of the process.
+This guide explains the process for contributing to the Node.js project's core
+`nodejs/node` GitHub Repository and describes what to expect at each step.
* [Code of Conduct](#code-of-conduct)
* [Bad Actors](#bad-actors)