Documentation Templates

Project README Template

# Project Name

Brief project description and purpose.

## Quick Start
\`\`\`bash
make setup
make test
make run
\`\`\`

## Architecture
[Link to architecture diagram]

## Development
- Prerequisites
- Local setup
- Testing
- Deployment

## Infrastructure
- Cloud resources
- Environment variables
- Deployment pipeline

## Security
- Access management
- Security scanning
- Compliance checks

## Operations
- Monitoring
- Alerting
- Incident response

Pull Request Template

Architecture Decision Record (ADR) Template

Runbook Template

Environment Configuration Template

Infrastructure Documentation Template

Local Development Setup

Last updated