Initial: ITPP standards repo with templates, CI workflows, .gitignore, and .markdownlint.json
Docs Check / lint (push) Failing after 34s

This commit is contained in:
Germaine Brown
2026-08-09 23:38:14 -04:00
commit 493172dc90
11 changed files with 250 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# {{PROJECT_NAME}} — Design
> **Status:** DRAFT
> **Last Updated:** YYYY-MM-DD
## Overview
<What this design document covers and who it is for.>
## Architecture
<High-level architecture description. Diagrams welcome.>
## API / Interface
<Public API surface, data models, integration points.>
## Decisions
| Date | Decision | Rationale |
|---|---|---|
| YYYY-MM-DD | <decision> | <why> |
## Consumers
<Who depends on this project and how they use it.>