From f6152857f94e9fbae1f3780f619434d44b60d0bc Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 7 Sep 2019 22:44:35 -0400 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- doc/guides/contributing/pull-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guides/contributing') 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` -- cgit v1.2.3