From de8a0c73677a7de1e762a06d5abc1cb5db573820 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 6 Feb 2025 11:13:36 +0100 Subject: [PATCH] fix description of adr status in template --- templates/adr/cookiecutter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/adr/cookiecutter.json b/templates/adr/cookiecutter.json index db5a496..a8ad6e4 100644 --- a/templates/adr/cookiecutter.json +++ b/templates/adr/cookiecutter.json @@ -31,8 +31,8 @@ "__prompt__": "State of the ADR", "draft": "Draft - ADR still being worked on - no decision has been taken yet.", "accepted": "Accepted - The decision is accepted.", - "rejected": "Rejected - ADRs which were accepted and are implemented.", - "implemented": "Implemented - The ADR has been rejected. It's still here for history reasons and to understand why it has been rejected.", + "rejected": "Rejected - The ADR has been rejected. It's still here for history reasons and to understand why it has been rejected.", + "implemented": "Implemented - ADRs which were accepted and are implemented.", "obsolete": "Obsolete - ADRs kept for historical reasons, but don't reflect the current or impending state of the codebase or project." }, "adr_tags": "Comma separated list of tags - all lowercase"