From 3222b403174508d4fb656885064a744623ab96a3 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Tue, 10 Oct 2023 12:23:07 +0800 Subject: [PATCH] docs: uiservice --- adr/adr-005-UIService.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 adr/adr-005-UIService.md diff --git a/adr/adr-005-UIService.md b/adr/adr-005-UIService.md new file mode 100644 index 000000000..e47d6a6b9 --- /dev/null +++ b/adr/adr-005-UIService.md @@ -0,0 +1,24 @@ +# ADR {ADR-NUM}: {TITLE} + +## Changelog +- {date}: {changelog} + +## Status + +What is the status, such as proposed, accepted, rejected, deprecated, superseded, etc.? + +{Proposed|Accepted|Rejected} + +## Context + +What is the issue that we're seeing that is motivating this decision or change? + +## Decision + +What is the change that we're proposing and/or doing? + +## Consequences + +What becomes easier or more difficult to do because of this change? + +## Reference \ No newline at end of file