Skip to content

jasonelle-archive/architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Architectural Decision Log

This log lists the architectural decisions for Jasonelle.


For new ADRs, please use docs/templates/adr.template.adoc as basis. You can easily create a new ADR with adr command based on the template:

./adr new My New ADR

For generating a new README.adoc and index.html use the compile task:

./adr compile

Requires NodeJS and ASCIIDoc installed.


More information on MADR is available at https://adr.github.io/madr/. General information about architectural decision records is available at https://adr.github.io/.