Writing an ADR
Great! You've decided to write an ADR. To get started:
- Create an ADR with
sg adr create [title]
, or create one manually - Keep it short and sweet; ADRs are meant to be brief and easy to digest. Check out the other ADRs for inspiration!
- Open a PR and ask for feedback. Tag the people familiar with the specific area to verify that your decision record correctly captures the decision made.
Manual creation
- Add a new ADR file to this folder (
.md
format) - Use the following name:
{{timestamp}}-short-decision-summary.md
(grab thetimestamp
from this page) - Use the template below for writing an ADR
ADR template
# {{index}}. {{title}} Date: {{YYYY-MM-DD}} ## Context ## Decision ## Consequences