chore: remove ADR Tools
This commit is contained in:
parent
c927a44a1b
commit
e0c7b5fc35
|
@ -11,11 +11,6 @@ x-assets: &default-assets
|
||||||
- ".:/app"
|
- ".:/app"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
adr-tools:
|
|
||||||
image: "opdavies/adr-tools"
|
|
||||||
volumes:
|
|
||||||
- "./:/adr"
|
|
||||||
|
|
||||||
css:
|
css:
|
||||||
<<: *default-assets
|
<<: *default-assets
|
||||||
command: "./run yarn:build:css"
|
command: "./run yarn:build:css"
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
# 1. Record architecture decisions
|
|
||||||
|
|
||||||
Date: 2022-01-12
|
|
||||||
|
|
||||||
## Status
|
|
||||||
|
|
||||||
Accepted
|
|
||||||
|
|
||||||
## Context
|
|
||||||
|
|
||||||
We need to record the architectural decisions made on this project.
|
|
||||||
|
|
||||||
## Decision
|
|
||||||
|
|
||||||
We will use Architecture Decision Records, as [described by Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
|
|
||||||
|
|
||||||
## Consequences
|
|
||||||
|
|
||||||
See Michael Nygard's article, linked above. For a lightweight ADR toolset, see Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools).
|
|
|
@ -1,19 +0,0 @@
|
||||||
# 2. Use Sculpin
|
|
||||||
|
|
||||||
Date: 2022-01-12
|
|
||||||
|
|
||||||
## Status
|
|
||||||
|
|
||||||
Accepted
|
|
||||||
|
|
||||||
## Context
|
|
||||||
|
|
||||||
The issue motivating this decision, and any context that influences or constrains the decision.
|
|
||||||
|
|
||||||
## Decision
|
|
||||||
|
|
||||||
The change that we're proposing or have agreed to implement.
|
|
||||||
|
|
||||||
## Consequences
|
|
||||||
|
|
||||||
What becomes easier or more difficult to do and any risks introduced by the change that will need to be mitigated.
|
|
Loading…
Reference in a new issue