From 6d86852b64e515dbe2f88a71c215a828bd6ba826 Mon Sep 17 00:00:00 2001 From: MoonGyu1 Date: Wed, 16 Aug 2023 15:20:50 +0900 Subject: [PATCH] Create template --- design/concurrent-tree-editing.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 design/concurrent-tree-editing.md diff --git a/design/concurrent-tree-editing.md b/design/concurrent-tree-editing.md new file mode 100644 index 000000000..9cf76b99b --- /dev/null +++ b/design/concurrent-tree-editing.md @@ -0,0 +1,29 @@ +--- +title: concurrent-tree-editing +target-version: 0.4.6 +--- + +# Concurrent Tree Editing + +## Summary + +Write a brief description of the feature here. + +### Goals + +List the specific goals of the proposal. How will we know that this has +succeeded? + +### Non-Goals + +What is out of scope for this proposal? Listing non-goals helps to focus +discussion and make progress. + +## Proposal Details + +This is where we detail how to use the feature with snippet or API and describe +the internal implementation. + +### Risks and Mitigation + +What are the risks of this proposal and how do we mitigate.