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
+29
View File
@@ -0,0 +1,29 @@
# {{PROJECT_NAME}}
> **Owner:** Germaine | **Status:** PLANNED
> **Last Updated:** YYYY-MM-DD
<One-paragraph summary of what this project does and why it exists.>
## Access
| Resource | URL | Location | Notes |
|---|---|---|---|
| <service name> | https://... | <server> | <how to auth> |
## Tech Stack
<Bullet list: Python 3.11, FastAPI, SQLite, Docker, etc.>
## Quick Start
```bash
git clone https://git.itpropartner.com/ippadmin/{{PROJECT_NAME}}.git
cd {{PROJECT_NAME}}
# how to run / deploy
```
## Related
- [itpp-infrastructure](https://git.itpropartner.com/ippadmin/itpp-infrastructure) — server inventory, DNS
- [itpp-standards](https://git.itpropartner.com/ippadmin/itpp-standards) — docs standards and templates