Skip to content

Commit ed8299d

Browse files
committed
4565: Fixed markdown issues
1 parent 232c067 commit ed8299d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/adr/008-mono-repository.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Proposed
88

99
## Context
1010

11-
With the current multi-repository setup, when a new feature is added to the system, it often depends on changes to multiple repositories, at the same time.
11+
With the current multi-repository setup, when a new feature is added to the system, it often depends on changes to
12+
multiple repositories, at the same time.
1213
This split across the repositories complicates the development process.
1314

14-
Another part of this is dependency management and maintenance across multiple repositories. It is important that the code uses up-to-date
15-
dependencies. At the moment, this is especially an issue in the admin, client and templates repositories that all
16-
depend on React and other javascript libraries. By merging these repositories the process of updating the
17-
dependencies will be handled once instead of 3 times.
15+
Another part of this is dependency management and maintenance across multiple repositories. It is important that the
16+
code uses up-to-date dependencies. At the moment, this is especially an issue in the admin, client and templates
17+
repositories that all depend on React and other javascript libraries. By merging these repositories the process of
18+
updating the dependencies will be handled once instead of 3 times.
1819

1920
## Decision
2021

0 commit comments

Comments
 (0)