Article Template
Frontmatter and content conventions for new Orchard Tax articles.
Frontmatter
---
title: Article title
description: One sentence for search and previews.
taxYear: 2025
module: Form 1040
status: partial
lastReviewed: "YYYY-MM-DD"
tags:
- source-tracing
sourceLinks:
- title: Official source
url: https://www.irs.gov/forms-instructions
relatedCodePaths:
- packages/tax-engine/src/forms/f1040.ts
relatedDiagnostics:
- yoy
---Content Shape
- Start with what the article helps a preparer or maintainer decide.
- Put status, last-reviewed date, source links, code paths, and diagnostics in the page frontmatter.
- Add a short related-links section so nearby concepts are discoverable.
- Keep the article short and link out to deeper plans, specs, or code paths instead of pasting large source documents verbatim.