-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documented support of adr-tools-python 1.0.4b0
As this is the latest (albeit beta) version available, based on [1] currently. This tool is being referred to by [2] among other references. Introduce this tool to enable potential (yet likely) upcoming ADRs [2] that are reviewable, as a mean to replace design documents such as [3]. Document everything added now using the existing ./README.md. Initialize the ./doc/adr folder structure with initial ADR #1 using 'adr-init'. Add the default Python virtual-env steps in README. Base these on what the sibling repositories [4] and [5] currently have. [1] https://pypi.org/project/adr-tools-python/#history [2] https://adr.github.io [3] https://wiki.eclipse.org/Trace_Compass/Design_Documents [4] https://github.com/theia-ide/trace-server-protocol#setup [5] https://github.com/theia-ide/tsp-python-client#setup Signed-off-by: Marco Miller <marco.miller@ericsson.com>
- Loading branch information
1 parent
f57edb9
commit b4f9bad
Showing
4 changed files
with
49 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
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,19 @@ | ||
# 1. Record architecture decisions | ||
|
||
Date: 2022-01-27 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
The issue motivating this decision, and any context that influences or constrains the decision. | ||
|
||
## Decision | ||
|
||
The change that we're proposing or have agreed to implement. | ||
|
||
## Consequences | ||
|
||
What becomes easier or more difficult to do and any risks introduced by the change that will need to be mitigated. |
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 @@ | ||
adr-tools-python == 1.0.4b0 |