diff options
author | Ruben Bridgewater <ruben@bridgewater.de> | 2017-12-17 20:32:28 -0300 |
---|---|---|
committer | Ruben Bridgewater <ruben@bridgewater.de> | 2017-12-26 10:41:17 +0100 |
commit | 6924dac6cef7a0eae661903a17b1d35e22166c27 (patch) | |
tree | 1a330a54757f1521f2a86cea363a8f0ca0f40d9f /doc/onboarding.md | |
parent | 5c2901391a656a5c3b931590e39a9c182b7aecd3 (diff) | |
download | node-new-6924dac6cef7a0eae661903a17b1d35e22166c27.tar.gz |
doc: use consistent new lines
PR-URL: https://github.com/nodejs/node/pull/17722
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r-- | doc/onboarding.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md index 37e250d558..1491b5ee9e 100644 --- a/doc/onboarding.md +++ b/doc/onboarding.md @@ -107,6 +107,7 @@ onboarding session. [here](https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md). ## Reviewing PRs + * The primary goal is for the codebase to improve. * Secondary (but not far off) is for the person submitting code to succeed. A pull request from a new contributor is an opportunity to grow the community. |