From 818bf2b3dbe1e1b7106321aef219c58122eee91a Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Fri, 25 Jun 2021 16:31:47 +0200 Subject: [PATCH 1/2] Move ADR to adopt --- radar/2021-01-01/adr.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 radar/2021-01-01/adr.md diff --git a/radar/2021-01-01/adr.md b/radar/2021-01-01/adr.md new file mode 100644 index 0000000..184fb61 --- /dev/null +++ b/radar/2021-01-01/adr.md @@ -0,0 +1,7 @@ +--- +title: "ADR" +ring: adopt +--- + +ADRs have proven to be a useful tool for documentation and are commonly used in our organisation. +We therefore promote it to the "adopt' ring. From b14b0fd034eb007022b7440650c1bf9c887e7770 Mon Sep 17 00:00:00 2001 From: Carsten Lenz Date: Mon, 28 Jun 2021 08:45:28 +0200 Subject: [PATCH 2/2] Provide link for more information --- radar/2021-01-01/adr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radar/2021-01-01/adr.md b/radar/2021-01-01/adr.md index 184fb61..d3e0913 100644 --- a/radar/2021-01-01/adr.md +++ b/radar/2021-01-01/adr.md @@ -3,5 +3,5 @@ title: "ADR" ring: adopt --- -ADRs have proven to be a useful tool for documentation and are commonly used in our organisation. -We therefore promote it to the "adopt' ring. +[ADRs](https://adr.github.io/) have proven to be a useful tool for documentation and are commonly used in +our organisation. We therefore promote it to the "adopt' ring.