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.