Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions adr/001-Introducing-ADRs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Using Architectural Decision Records

In order to into to document and facilitate discussion over architecture and other design question of the project
we introduce usage of [ADR](https://adr.github.io/).

In each ADR file, write these sections:

# Title

## Status

What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.?

## Context

What is the issue that we're seeing that is motivating this decision or change?

## Decision

What is the change that we're proposing and/or doing?

## Consequences

What becomes easier or more difficult to do because of this change?

## Notes

Other notes optionally added to the ADR.
Soo other good materials for the ADRs: