summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Watson <w@tson.dk>2017-05-05 16:46:22 +0200
committerRich Trott <rtrott@gmail.com>2017-05-05 15:01:28 -0700
commit47038242767c69a495ccf754246983c320352eb5 (patch)
tree1aa32971878104892e8159595c4bfb4705157dd9 /.github
parent15e160e6264c0b737cc1deee3652de9b29d71d1f (diff)
downloadandroid-node-v8-47038242767c69a495ccf754246983c320352eb5.tar.gz
android-node-v8-47038242767c69a495ccf754246983c320352eb5.tar.bz2
android-node-v8-47038242767c69a495ccf754246983c320352eb5.zip
doc: fix commit guideline url
PR-URL: https://github.com/nodejs/node/pull/12862 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ebffbd1fc8..c0ac8800df 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -13,7 +13,7 @@ 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](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-guidelines)
+- [ ] commit message follows [commit guidelines](https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-message-guidelines)
##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s) (like doc, cluster, crypto, etc). -->