summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-03-10 11:35:46 -0800
committerJames M Snell <jasnell@gmail.com>2017-03-16 15:42:57 -0700
commit303962aca192e28b5ec5a74da9f53d9f26e52359 (patch)
treead2d036774ec9323e1ed388287110c5dcbfd291c /CONTRIBUTING.md
parent5e3d536ea30528c79ecc4a8b36425f82285e03d1 (diff)
downloadandroid-node-v8-303962aca192e28b5ec5a74da9f53d9f26e52359.tar.gz
android-node-v8-303962aca192e28b5ec5a74da9f53d9f26e52359.tar.bz2
android-node-v8-303962aca192e28b5ec5a74da9f53d9f26e52359.zip
doc: linkable commit message guidelines
Put the commit guidelines themselves under a heading to be more prominent, and to allow linking directly to them (instead of the section on how to use git). Link the pull request template to the guidelines, so contributors can find them. PR-URL: https://github.com/nodejs/node/pull/11792 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 290cad8faa..923fb02990 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,6 +95,8 @@ $ git add my/changed/files
$ git commit
```
+### Commit guidelines
+
Writing good commit logs is important. A commit log should describe what
changed and why. Follow these guidelines when writing one: