Skip to content

Commit 6cd754a

Browse files
📖✨:say how a pull request reaches the history
The handbook described the rules a message answers to without saying what happens to it afterwards. Labelling a pull request `commit-queue` squashes it into one commit whose body keeps every message it contained. Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-opus-5
1 parent 3c98bdf commit 6cd754a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎collections/_docs/handbook/style/commit-messages.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ The rules below are checked by `nps verify.commits`, which runs on every pull
1010
request. Nothing here is a matter of taste that the checker is unaware of: if it
1111
passes, the message conforms.
1212

13+
What lands is built from these messages rather than typed again at merge time.
14+
Labelling a pull request `commit-queue` squashes it into one commit whose body
15+
keeps every message it contained, with the trailers gathered where git reads
16+
them and `PR-URL` added.
17+
1318
## Subject
1419

1520
The first line names a classification and then says what the change does:

0 commit comments

Comments
 (0)