diff --git a/collections/_docs/handbook/style/commit-messages.md b/collections/_docs/handbook/style/commit-messages.md index 842d343d9..d6b416f37 100644 --- a/collections/_docs/handbook/style/commit-messages.md +++ b/collections/_docs/handbook/style/commit-messages.md @@ -10,6 +10,11 @@ The rules below are checked by `nps verify.commits`, which runs on every pull request. Nothing here is a matter of taste that the checker is unaware of: if it passes, the message conforms. +What lands is built from these messages rather than typed again at merge time. +Labelling a pull request `commit-queue` squashes it into one commit whose body +keeps every message it contained, with the trailers gathered where git reads +them and `PR-URL` added. + ## Subject The first line names a classification and then says what the change does: