Skip to content
Closed
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: 3 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ Write it accordingly:
- Do NOT add a marker delimiting the "commit message" from "the rest". Just let the
opening carry its own weight, with any extra context following after it.
- Do NOT hard-wrap paragraphs: write each paragraph as a single long line (blank line
between paragraphs). Hard-wrapping at ~80 columns conflicts with how GitHub builds the
squash commit message from the description.
between paragraphs). The maintainer copies the opening more or less directly into the
squash commit message; hard-wrapped line breaks would carry over into that commit
message too.
- Length past the opening is fine — backstory and detail are often worth keeping. Being
hard to *scan* is the actual problem: if there's enough detail to justify it, give the
rest real structure (headers, bullet lists, separate sections for "what changed" vs.
Expand Down
Loading