What’s on the Commit Messages poster
The rule, 3 worked examples, and the mistake everyone makes.
- Subject in the imperative, under ~50 characters. Blank line. Body explaining why.
- type(scope): subject
- Good subject = fix(auth): reject expired refresh tokens
- Poor subject = fixed stuff
- Body content = Why the change, what was rejected
- Common mistake: Describing the diff in prose → Describing the reason for it
Conventional Commits types: feat, fix, docs, refactor, test, chore, perf. Tooling can derive a changelog from them.
Questions about the Commit Messages poster
- What’s on the Commit Messages poster?
- The rule, 3 worked examples, and the mistake everyone makes. Subject in the imperative, under ~50 characters. Blank line. Body explaining why.; type(scope): subject; Good subject = fix(auth): reject expired refresh tokens; Poor subject = fixed stuff; Body content = Why the change, what was rejected; Common mistake: Describing the diff in prose → Describing the reason for it. Conventional Commits types: feat, fix, docs, refactor, test, chore, perf. Tooling can derive a changelog from them.
- Who is the Commit Messages poster for?
- Commit Messages belongs to the Computing section rather than to a school year, because computing is not something one grade owns. Anyone learning tools can pin it up — a beginner, a student mid-course, or someone revising years later.
- When should you use the Commit Messages poster?
- The subject says what changed. The body says why. The diff already says how. A wall chart earns its place by being glanceable from where the work is happening, so Commit Messages belongs on the wall where that computing work actually happens, within glancing distance, rather than filed away.
- What other posters go with Commit Messages?
- Code Review, Debugging Method and Docker Basics sit alongside Commit Messages in the Computing section. Printed together they make a wall rather than a single sheet, which is how a reference set actually gets used.Code ReviewDebugging MethodDocker Basics
- Is the Commit Messages poster free to download and print?
- Yes. Commit Messages downloads as a free PDF with no account, no email and no watermark, like everything else in the Computing section. Print as many copies as you like for a home, a classroom, a library or a tutoring group; reselling the file is the only thing the licence rules out.Read the licence
- What size does the Commit Messages poster print at?
- Commit Messages is a vector PDF laid out for US Letter, and prints on A4 with Fit to page — the same file, no separate download. Because every mark on it is drawn rather than photographed, it stays sharp enlarged to A3, A2 or A1 at a copy shop. Colour carries emphasis only, so a greyscale print of Commit Messages loses nothing.Printing guide
Related posters
Charts that sit alongside Commit Messages on the same wall.
Browse every Computing poster, or start from the full catalogue.