From 49d3fca1675b207cebcb2d889b7d31fa8b5017a2 Mon Sep 17 00:00:00 2001 From: Tanuja-Sawant Date: Tue, 1 Nov 2016 21:56:12 +0530 Subject: [PATCH] locale: update development.md development.md is updated to mention core-validate-commit as a useful tool in validating commit messages Fixes: https://github.com/nodejs/node/issues/9328 --- locale/en/get-involved/development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/en/get-involved/development.md b/locale/en/get-involved/development.md index 7eaf4e103d164..ba19d07c2c09b 100644 --- a/locale/en/get-involved/development.md +++ b/locale/en/get-involved/development.md @@ -103,6 +103,7 @@ Additionally, Collaborators should: * Double check Pull Requests to make sure the author's full name and email address are correct before merging. * Verify that every commit passes all tests. +* The [core-validate-commit](https://github.com/evanlucas/core-validate-commit) command validates the commit message for a particular commit in node core. ### Issue and Pull Request Tagging