summaryrefslogtreecommitdiff
path: root/doc/guides/contributing
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-08-29 09:04:34 -0400
committerRich Trott <rtrott@gmail.com>2019-08-31 15:27:58 -0700
commit9a46cfc33796a5effade4a0c6de95807f1fca7ad (patch)
tree4ba6024f24f8b6d1893a172fe00e75b8cc2fc53b /doc/guides/contributing
parentcad3a21c1d0d216ba0d0b4b8eaa7a468fab7c2a9 (diff)
downloadandroid-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.gz
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.tar.bz2
android-node-v8-9a46cfc33796a5effade4a0c6de95807f1fca7ad.zip
doc: remove multiple consecutive blank lines
These are rendered as single breaks. Addresses Markdownlint MD012 rule. PR-URL: https://github.com/nodejs/node/pull/29352 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r--doc/guides/contributing/pull-requests.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index c48738734b..5cc8f7d17f 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -154,7 +154,6 @@ A good commit message should describe what changed and why.
- `net: add localAddress and localPort to Socket`
- `src: fix typos in async_wrap.h`
-
2. Keep the second line blank.
3. Wrap all other lines at 72 columns (except for long URLs).