Skip to content

Commit d7ca8e7

Browse files
authored
Update ADR format by removing 'Deprecated' status
Removed 'Deprecated' from the status options in the ADR format.
1 parent d8409b6 commit d7ca8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADRs help new developers (and future maintainers) understand why the codebase is
1010

1111
Each ADR follows this structure:
1212

13-
- **Status**: Draft, Accepted, Superseded, Deprecated
13+
- **Status**: Draft, Accepted, Superseded
1414
- **Date**: When the decision was made (approximate for historical ADRs)
1515
- **Context**: What problem or requirement led to this decision?
1616
- **Decision**: What did we decide to do?

0 commit comments

Comments
 (0)