summaryrefslogtreecommitdiff
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f62bb1d118..4b37b83250 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -13,7 +13,9 @@ Contributors guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md
- [ ] `make -j4 test` (UNIX), or `vcbuild test` (Windows) passes
- [ ] tests and/or benchmarks are included
- [ ] documentation is changed or added
-- [ ] commit message follows commit guidelines
+- [ ] commit message follows [commit guidelines][]
##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s) (like doc, cluster, crypto, etc). -->
+
+[commit guidelines]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-guidelines