forked from joelparkerhenderson/architecture-decision-record
-
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
2 changed files
with
44 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# *[short title of solved problem and solution]* | ||
|
||
**User Story:** *[ticket/issue-number]* <!-- optional --> | ||
|
||
*[context and problem statement]* | ||
*[decision drivers | forces]* <!-- optional --> | ||
|
||
## Considered Alternatives | ||
|
||
* *[alternative 1]* | ||
* *[alternative 2]* | ||
* *[alternative 3]* | ||
* *[...]* <!-- numbers of alternatives can vary --> | ||
|
||
## Decision Outcome | ||
|
||
* Chosen Alternative: *[alternative 1]* | ||
* *[justification. e.g., only alternative, which meets k.o. criterion decision driver | which resolves force force | ... | comes out best (see below)]* | ||
* *[consequences. e.g., negative impact on quality attribute, follow-up decisions required, ...]* <!-- optional --> | ||
|
||
## Pros and Cons of the Alternatives <!-- optional --> | ||
|
||
### *[alternative 1]* | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> | ||
|
||
### *[alternative 2]* | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> | ||
|
||
### *[alternative 3]* | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> |