-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadr-config.adrplus
More file actions
35 lines (35 loc) · 3.31 KB
/
Copy pathadr-config.adrplus
File metadata and controls
35 lines (35 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"folderadr": "doc/adr",
"migrationpattern": "",
"template": "---\r\n# [Brief title of the decision]\r\n\r\n## Deciders\r\n\r\n* Deciders: [list everyone involved in the decision] \u003C!-- optional --\u003E\r\n\r\nTechnical Story: [description | ticket/issue URL] \u003C!-- optional --\u003E\r\n\r\n## Context and Problem Statement\r\n\r\n[Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in form of a question.]\r\n\r\n## Decision Drivers \u003C!-- optional --\u003E\r\n\r\n* [driver 1, e.g., a force, facing concern, \u2026]\r\n* [driver 2, e.g., a force, facing concern, \u2026]\r\n* \u2026 \u003C!-- numbers of drivers can vary --\u003E\r\n\r\n## Considered Options\r\n\r\n* [option 1]\r\n* [option 2]\r\n* [option 3]\r\n* \u2026 \u003C!-- numbers of options can vary --\u003E\r\n\r\n## Decision Outcome\r\n\r\nChosen option: \u0022[option 1]\u0022, because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | \u2026 | comes out best (see below)].\r\n\r\n### Positive Consequences \u003C!-- optional --\u003E\r\n\r\n* [e.g., improvement of quality attribute satisfaction, follow-up decisions required, \u2026]\r\n* \u2026\r\n\r\n### Negative Consequences \u003C!-- optional --\u003E\r\n\r\n* [e.g., compromising quality attribute, follow-up decisions required, \u2026]\r\n* \u2026\r\n\r\n## Pros and Cons of the Options \u003C!-- optional --\u003E\r\n\r\n### [option 1]\r\n\r\n[example | description | pointer to more information | \u2026] \u003C!-- optional --\u003E\r\n\r\n* Good, because [argument a]\r\n* Good, because [argument b]\r\n* Bad, because [argument c]\r\n* \u2026 \u003C!-- numbers of pros and cons can vary --\u003E\r\n\r\n### [option 2]\r\n\r\n[example | description | pointer to more information | \u2026] \u003C!-- optional --\u003E\r\n\r\n* Good, because [argument a]\r\n* Good, because [argument b]\r\n* Bad, because [argument c]\r\n* \u2026 \u003C!-- numbers of pros and cons can vary --\u003E\r\n\r\n### [option 3]\r\n\r\n[example | description | pointer to more information | \u2026] \u003C!-- optional --\u003E\r\n\r\n* Good, because [argument a]\r\n* Good, because [argument b]\r\n* Bad, because [argument c]\r\n* \u2026 \u003C!-- numbers of pros and cons can vary --\u003E\r\n\r\n## Links \u003C!-- optional --\u003E\r\n\r\n* [Link type] [Link to ADR] \u003C!-- example: Refined by [ADR-0005](0005-example.md) --\u003E\r\n* \u2026 \u003C!-- numbers of links can vary --\u003E",
"prefix": "ADR",
"lenseq": 3,
"lenversion": 2,
"lenrevision": 0,
"lenscope": 0,
"separator": "-",
"casetransform": "KebabCase",
"statusnew": "Proposed",
"statusacc": "Accepted",
"statusrej": "Rejected",
"statussup": "Superseded",
"scopes": "",
"folderbyscope": false,
"skipdomain": "",
"headerdisclaimer": "Do not remove this comment, lines and table",
"headertitlefile": "File title md",
"headerversion": "Version",
"headerrevision": "Revision",
"headerscope": "Scope",
"headerdomain": "Domain",
"headertitlestatuscreated": "Created",
"headertitlestatuschanged": "Changed",
"headertitlestatussuperseded": "Superseded",
"headertablefields": "Fields",
"headertablevalues": "Values",
"headermigrated": "Migrated",
"activeplugins": [
"AdrIndexer"
],
"disableplugins": false
}