Orchard Tax

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

  1. Start with what the article helps a preparer or maintainer decide.
  2. Put status, last-reviewed date, source links, code paths, and diagnostics in the page frontmatter.
  3. Add a short related-links section so nearby concepts are discoverable.
  4. Keep the article short and link out to deeper plans, specs, or code paths instead of pasting large source documents verbatim.

On this page