|
| 1 | +# {short title of solved problem and solution} |
| 2 | + |
| 3 | +<!-- These are optional elements. Feel free to remove any of them. --> |
| 4 | +* **Status:** {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0005](0005-example.md)} |
| 5 | +* **Date:** {YYYY-MM-DD when the decision was last updated} |
| 6 | +* **Deciders:** {@github-user-1, @github-user-2, …} <!-- list everyone involved in the decision --> |
| 7 | +* **Consulted:** {@github-user-1, @github-user-2, …} <!-- list everyone whose opinions are sought (typically subject-matter experts); and with whom there is a two-way communication --> |
| 8 | +* **Informed:** {@github-user-1, @github-user-2, …} <!-- list everyone who is kept up-to-date on progress; and with whom there is a one-way communication --> |
| 9 | + |
| 10 | +## Context and Problem Statement |
| 11 | +{Describe the context and problem statement, e.g., in free form using two to three sentences or in the form of an illustrative story. |
| 12 | + You may want to articulate the problem in form of a question and add links to collaboration boards or issue management systems.} |
| 13 | + |
| 14 | +## Decision Outcome |
| 15 | + |
| 16 | +> **📍 {title of chosen option}** |
| 17 | +
|
| 18 | +{justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force {force} | … | comes out best (see below)}. |
| 19 | + |
| 20 | +<!-- This is an optional element. Feel free to remove. --> |
| 21 | +## Decision Drivers |
| 22 | +* {decision driver 1, e.g., a force, facing concern, …} |
| 23 | +* {decision driver 2, e.g., a force, facing concern, …} |
| 24 | +* … <!-- numbers of drivers can vary --> |
| 25 | + |
| 26 | +## Considered Options |
| 27 | +* {title of option 1} |
| 28 | +* {title of option 2} |
| 29 | +* {title of option 3} |
| 30 | +* … <!-- numbers of options can vary --> |
| 31 | + |
| 32 | +<!-- This is an optional element. Feel free to remove. --> |
| 33 | +### Consequences |
| 34 | +* Good, because {positive consequence, e.g., improvement of one or more desired qualities, …} |
| 35 | +* Bad, because {negative consequence, e.g., compromising one or more desired qualities, …} |
| 36 | +* … <!-- numbers of consequences can vary --> |
| 37 | + |
| 38 | +<!-- This is an optional element. Feel free to remove. --> |
| 39 | +### Confirmation |
| 40 | +{Describe how the implementation of/compliance with the ADR is confirmed. E.g., by a review or a eslint rule.} |
| 41 | + |
| 42 | +<!-- This is an optional element. Feel free to remove. --> |
| 43 | +## Pros and Cons of the Options |
| 44 | +### {title of option 1} |
| 45 | +<!-- This is an optional element. Feel free to remove. --> |
| 46 | +{example | description | pointer to more information | …} |
| 47 | + |
| 48 | +* Good, because {argument a} |
| 49 | +* Good, because {argument b} |
| 50 | +<!-- use "neutral" if the given argument weights neither for good nor bad --> |
| 51 | +* Neutral, because {argument c} |
| 52 | +* Bad, because {argument d} |
| 53 | +* … <!-- numbers of pros and cons can vary --> |
| 54 | + |
| 55 | +### {title of other option} |
| 56 | +{example | description | pointer to more information | …} |
| 57 | + |
| 58 | +* Good, because {argument a} |
| 59 | +* Good, because {argument b} |
| 60 | +* Neutral, because {argument c} |
| 61 | +* Bad, because {argument d} |
| 62 | +* … |
| 63 | + |
| 64 | +<!-- This is an optional element. Feel free to remove. --> |
| 65 | +## More Information |
| 66 | +{You might want to provide additional evidence/confidence for the decision outcome here and/or |
| 67 | + document the team agreement on the decision and/or |
| 68 | + define when/how this decision the decision should be realized and if/when it should be re-visited. |
| 69 | +Links to other decisions and resources might appear here as well.} |
0 commit comments