From 84c34fa0855abb95ce47674247be255e7d3e4a3b Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 8 Feb 2022 14:59:31 -0500 Subject: [PATCH] Add example of one ADR superseding another Signed-off-by: Thane Thomson --- docs/architecture/adr-template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/architecture/adr-template.md b/docs/architecture/adr-template.md index 22a0d5baf..9b16838c8 100644 --- a/docs/architecture/adr-template.md +++ b/docs/architecture/adr-template.md @@ -17,7 +17,11 @@ > [Milestone](https://github.com/tendermint/tendermint/milestones/123) > [Project board](https://github.com/orgs/tendermint/projects/123) > -> If an ADR is deprecated, simply write "Deprecated" in this section. +> If an ADR is deprecated, simply write "Deprecated" in this section. If an ADR +> is superseded by one or more other ADRs, provide a reference to those ADRs, +> e.g.: +> +> Superseded by [ADR 123](./adr-123.md) ## Context