16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: ADR - Architectural Decision Record
|
|
# key: ;adr
|
|
# --
|
|
| **ID** | ADR-${1:0001} |
|
|
| **Subject** | ${2:Title} |
|
|
|--------------------------|----------------|
|
|
| **Problem statement** | |
|
|
| **Decision** | |
|
|
| **Alternatives** | |
|
|
| **Justification** | |
|
|
| **Implications** | |
|
|
| **Derived requirements** | |
|
|
| **Status** | ${3:Proposed} |
|
|
$0
|