Skip to content

Commit 0f49bfa

Browse files
authored
chore: Organize & index design docs (#515)
1 parent 24d05d8 commit 0f49bfa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

design/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# smithy-swift Design Documents
2+
3+
### Legacy docs: available [here](DESIGN.md)
4+
5+
### Design template: available [here](rfc-00000-template.md)
6+
7+
Designs are generally conceived, written and reviewed internally.
8+
Once a design is finalized, it will be published here for reference.
9+
10+
### Design documents
11+
- [RFC-00001: Event streams](rfc-00001-event-stream.md)
12+
- [RFC-00002: Waiters](rfc-00002-waiters.md)

design/waiters.md renamed to design/rfc-00002-waiters.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Waiters Design
1+
# Waiters
2+
3+
* Proposal: **RFC-00002**
4+
* Author: [Josh Elkins](https://github.com/jbelkins)
5+
* Status: **Implemented**
26

37
## Introduction
48

0 commit comments

Comments
 (0)