We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f3f6d commit 2515cadCopy full SHA for 2515cad
COLLABORATOR_GUIDE.md
@@ -511,6 +511,13 @@ Run tests (`make -j4 test` or `vcbuild test`). Even though there was a
511
successful continuous integration run, other changes may have landed on master
512
since then, so running the tests one last time locally is a good practice.
513
514
+Validate that the commit message is properly formatted using
515
+[core-validate-commit](https://github.com/evanlucas/core-validate-commit).
516
+
517
+```text
518
+$ git rev-list upstream/master...HEAD | xargs core-validate-commit
519
+```
520
521
Time to push it:
522
523
```text
0 commit comments