Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions collections/_docs/handbook/style/commit-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading