An open API service indexing awesome lists of open source software.

https://github.com/straw-hat-team/adr

Architecture Decision Record (ADR)
https://github.com/straw-hat-team/adr

adr architecture-decision-record databases elixir-lang genesis-adr golang nodejs programming-language reactjs straw-hat straw-hat-platform typescript

Last synced: 6 months ago
JSON representation

Architecture Decision Record (ADR)

Awesome Lists containing this project

README

          

# Architecture Decision Record (ADR)

TL;DR: ADRs are lots of documentation on how Straw Hat Team works.

## Overview

ADR stands for Architecture decision record, a design document providing
high-level, concise documentation for software development. The goal is for
these documents to serve as the source of truth for software-related
documentation at Straw Hat Team and the way teams discuss and come to consensus
on software development guidance.

## Getting started

### New to ADR?

If you're new to ADRs, check out the [Frequently Asked Questions](./FAQ.md)
which answer some common questions about how ADRs work and what you need to
know.

### Genesis ADR

[ADR#0000000000](./adrs/0000000000/README.md) is the genesis ADR.

### Have an idea for an ADR?

If you have an idea for an ADR that isn't written yet (yes, there are plenty!)
check out [Contributing to the project](./CONTRIBUTING.md) to see how you can
write ADRs for others to follow.

## License

Except as otherwise noted, the content of this repository is licensed under the
[Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/),
and code samples are licensed under the [MIT License](./LICENSE).