diff options
author | Сковорода Никита Андреевич <chalkerx@gmail.com> | 2016-07-14 12:55:30 +0300 |
---|---|---|
committer | Сковорода Никита Андреевич <chalkerx@gmail.com> | 2016-08-04 11:11:37 +0300 |
commit | 4aa8120aeab54a87568e51feb945b7ae2809f8ae (patch) | |
tree | 9f185701ec3a98a4d55d9298a79c6c9094312e9c /CONTRIBUTING.md | |
parent | 9ddc915a9ccb64a786fdf90fb6ffc2a8792c74a8 (diff) | |
download | node-new-4aa8120aeab54a87568e51feb945b7ae2809f8ae.tar.gz |
doc: *.md formatting fixes in the top-level dir
Continuing what a58b48bc3bcf43f7090d4cc914606af68fe55815 did for the
doc/ dir, this fixes some formatting issues in the *.md files that
are placed directly in the top-level directory.
README.md changes are excluded as they are covered by
https://github.com/nodejs/node/pull/7971
Refs: https://github.com/nodejs/node/pull/7637
PR-URL: https://github.com/nodejs/node/pull/7727
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 500e0a79d5..ba8ca3da72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ changed and why. Follow these guidelines when writing one: A good commit log can look something like this: -``` +```txt subsystem: explaining the commit in one line Body of commit message is a few lines of text, explaining things @@ -122,7 +122,7 @@ what subsystem (or subsystems) your changes touch. 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 example: -``` +```txt Fixes: https://github.com/nodejs/node/issues/1337 ``` |