Skip to content

Commit 2515cad

Browse files
bmeckMylesBorins
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Evan Lucas <[email protected]>
1 parent 04f3f6d commit 2515cad

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
@@ -511,6 +511,13 @@ Run tests (`make -j4 test` or `vcbuild test`). Even though there was a
511511
successful continuous integration run, other changes may have landed on master
512512
since then, so running the tests one last time locally is a good practice.
513513

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+
514521
Time to push it:
515522

516523
```text

0 commit comments

Comments
 (0)