From 40940c38af45b4a0632c047929307c0ab83cd187 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 7 Nov 2023 09:11:17 -0600 Subject: [PATCH] docs: add readme for adr directory --- docs/adr/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/adr/README.md diff --git a/docs/adr/README.md b/docs/adr/README.md new file mode 100644 index 0000000..9d83260 --- /dev/null +++ b/docs/adr/README.md @@ -0,0 +1,2 @@ +# Architectural Decision Records +This directory contains a series of Architectural Decision Records or "ADRs" for the uniffi project. We're going to try to use it as a kind of collective memory of the decisions we've made and the path we've taken to get the project to its current point.