Issue template
Base structure to duplicate for each new issue. Delete this file once you no longer need it.
1 min read
Template file. Duplicate it, rename to
issue-02.mdx, addissue: 2to the frontmatter and write over it. Delete this one once the format lives in your head.
What I built
Two or three things, each in a short paragraph. Link the matching project or post rather than repeating the content here — the issue is an annotated index, not a full summary.
What broke
The section people read to the end. A real problem, what you tried first, and what fixed it. If it fits in five lines, better.
// A short snippet helps more than a description of the snippet.
const result = items.reduce((acc, item) => acc + item.value, 0);What I read
- Link title — why it was worth the click, in one sentence.
- Another title — same.
Sign-off
An open question, something you're chewing on, or just a goodbye. A short issue published beats a long one stuck in drafts.