You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use a custom ADR template, it must be possible to configure the path to it. The same template must be used so that all ADR`s are structured in the same way.
12
+
13
+
## Decision
14
+
15
+
The template path can be defined via a [YAML](http://yaml.org/) configuration file.
16
+
17
+
## Consequences
18
+
19
+
We need to add [symfony/yaml](https://github.com/symfony/yaml) as a dependency to the project.
20
+
21
+
To have a single place of truth the "directory" option must be removed from all console commands, because the directory can be defined in the configuration file.
0 commit comments