summaryrefslogtreecommitdiff
path: root/doc/guides/contributing
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-09-07 22:44:35 -0400
committerRich Trott <rtrott@gmail.com>2019-09-10 01:18:35 -0700
commitf6152857f94e9fbae1f3780f619434d44b60d0bc (patch)
treebc72d5f87651fcace7898fd4165b810dc89a2e18 /doc/guides/contributing
parentc929b15d1d65ae88261c65e901c7dca9f110a2c5 (diff)
downloadandroid-node-v8-f6152857f94e9fbae1f3780f619434d44b60d0bc.tar.gz
android-node-v8-f6152857f94e9fbae1f3780f619434d44b60d0bc.tar.bz2
android-node-v8-f6152857f94e9fbae1f3780f619434d44b60d0bc.zip
doc: indent child list items for remark-lint
Child items not aligned to parent are flagged by list-item-bullet-indent PR-URL: https://github.com/nodejs/node/pull/29488 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r--doc/guides/contributing/pull-requests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index 3bb2b2d12f..ec6beb0bb5 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -159,8 +159,8 @@ A good commit message should describe what changed and why.
3. Wrap all other lines at 72 columns (except for long URLs).
4. If your patch fixes an open issue, you can add a reference to it at the end
-of the log. Use the `Fixes:` prefix and the full issue URL. For other references
-use `Refs:`.
+ of the log. Use the `Fixes:` prefix and the full issue URL. For other
+ references use `Refs:`.
Examples:
- `Fixes: https://github.com/nodejs/node/issues/1337`