DavHau
2025-02-04 10:41:26 +07:00
parent ba98160f10
commit 45b0f2339b
2 changed files with 25 additions and 0 deletions

1
decisions/README.md Normal file
View File

@@ -0,0 +1 @@
see [architecture-decision-record](https://github.com/joelparkerhenderson/architecture-decision-record)

24
decisions/_template.md Normal file
View File

@@ -0,0 +1,24 @@
# Decision record template by Michael Nygard
This is the template in [Documenting architecture decisions - Michael Nygard](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions).
You can use [adr-tools](https://github.com/npryce/adr-tools) for managing the ADR files.
In each ADR file, write these sections:
# Title
## Status
What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?
## Context
What is the issue that we're seeing that is motivating this decision or change?
## Decision
What is the change that we're proposing and/or doing?
## Consequences
What becomes easier or more difficult to do because of this change?