-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
tags: | ||
- seed | ||
--- | ||
```md | ||
# 1. ADR の記事のタイトル | ||
|
||
Date: 日付 | ||
|
||
## Status | ||
|
||
proposed | rejected | accepted | deprecated | superseded by 記事リンク | ||
|
||
## Context | ||
|
||
この決定の背景やコンテキスト、決め手、制限等 | ||
|
||
## Decision | ||
|
||
提案したい変更点、あるいは合意が交わされた変更点 | ||
|
||
## Other Options (任意) | ||
|
||
他に検討した選択肢 | ||
なぜそれらを選ばなかったかの説明 | ||
|
||
## Consequences | ||
|
||
この変更によって便利になること、不便になること | ||
この変更によって生じるリスク、対処する必要があること | ||
``` | ||
|
||
- 技術意思決定以外にも、デザインやプロダクトの意思決定としてDDRやPDRとして記録することもOK.大事なのは"意思決定の背景が記録されること"。 | ||
|
||
### Source | ||
- https://zenn.dev/souppower/articles/bfdf79069ae9a7 | ||
- https://adr.github.io/ |
Empty file.