From bf3d990d82b8d3c0bf121766e206ec26825dbc42 Mon Sep 17 00:00:00 2001 From: Bradley Farias Date: Thu, 12 Oct 2017 08:33:39 -0500 Subject: [PATCH] doc: ensure collaborators validate commits This should be done every time a collaborator pushes a commit. --- COLLABORATOR_GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index f60eba21aaf2b3..41e4ddd9abfcf2 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -517,6 +517,12 @@ Run tests (`make -j4 test` or `vcbuild test`). Even though there was a successful continuous integration run, other changes may have landed on master since then, so running the tests one last time locally is a good practice. +Validate that the commit message is properly formatted using [core-validate-commit](https://github.com/evanlucas/core-validate-commit). + +```text +$ core-validate-commit +``` + Time to push it: ```text