Skip to content

Commit 4ed78e2

Browse files
bmecktargos
authored andcommitted
doc: ensure collaborators validate commits
This should be done every time a collaborator pushes a commit. PR-URL: #16162 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
1 parent e3ac7b1 commit 4ed78e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

COLLABORATOR_GUIDE.md

+7
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,13 @@ Run tests (`make -j4 test` or `vcbuild test`). Even though there was a
517517
successful continuous integration run, other changes may have landed on master
518518
since then, so running the tests one last time locally is a good practice.
519519

520+
Validate that the commit message is properly formatted using
521+
[core-validate-commit](https://github.com/evanlucas/core-validate-commit).
522+
523+
```text
524+
$ git rev-list upstream/master...HEAD | xargs core-validate-commit
525+
```
526+
520527
Time to push it:
521528

522529
```text

0 commit comments

Comments
 (0)