-
Notifications
You must be signed in to change notification settings - Fork 38
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
Tamás Russ
committed
Jul 26, 2023
1 parent
2706f82
commit b330807
Showing
1 changed file
with
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 1. Record architecture decisions | ||
|
||
Date: 2023-07-26 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
We need to record the architectural decisions made on this project. | ||
|
||
## Decision | ||
|
||
We will follow the decisions recorded in the central organizational | ||
repository ([.github](https://github.com/openscd/.github)), | ||
and record new repo-specific decisions in this repository. | ||
|
||
We write ADRs in the `docs` folder instead of a standard `doc`, | ||
because `doc` is used for the generated documentation. | ||
|
||
## Consequences | ||
|
||
- It will be harder to track which decisions have to be taken into consideration | ||
- Local decisions will be easier to find |