- Add release-gate.yml: 11-job pipeline (lint, tests, Docker build/smoke, Trivy scan, dep audit, audit checks, e2e API+UI, PR summary comment) - Fix CI double-trigger on release branches (push + PR) - Add CODE_OF_CONDUCT.md, SECURITY.md, PR template - Add docs: git-workflow, architecture (ADR), release, operations, community - Add profiles/fastapi-vue for automated audit checks - Add docs/PROCESSES.md: index of 19 available processes
39 lines
561 B
Markdown
39 lines
561 B
Markdown
# ADR-NNN: [Title]
|
|
|
|
**Date**: YYYY-MM-DD
|
|
**Status**: Proposed | Accepted | Deprecated | Superseded by ADR-NNN
|
|
**Deciders**: [names]
|
|
|
|
## Context
|
|
|
|
<!-- What is the issue we're seeing that is motivating this decision? What forces are at play? -->
|
|
|
|
## Decision
|
|
|
|
<!-- What is the change we're proposing and/or doing? -->
|
|
|
|
## Consequences
|
|
|
|
### Positive
|
|
|
|
- ...
|
|
|
|
### Negative
|
|
|
|
- ...
|
|
|
|
### Neutral
|
|
|
|
- ...
|
|
|
|
## Alternatives Considered
|
|
|
|
### Alternative 1: [Name]
|
|
|
|
- **Pros**: ...
|
|
- **Cons**: ...
|
|
- **Why rejected**: ...
|
|
|
|
## References
|
|
|
|
- [Link to issue, RFC, or discussion]
|