Skip to content

Commit f08feff

Browse files
committed
Contributing / ADR
1 parent db2b140 commit f08feff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Validate inputs early. Use `precondition` for programmer errors and throw errors
8080

8181
## Pull Request Process
8282

83-
1. **Create an ADR (Architecture Decision Record)** for new data structures before implementation, covering:
84-
- Copy semantics (value type with COW vs reference type)
85-
- ABI stability considerations
86-
- Performance characteristics and complexity guarantees
83+
1. **For new data structures**, follow the existing ADR guidelines in `/Documentation/ADR/`, ensuring your implementation addresses:
84+
- Copy semantics (value type with COW vs reference type) — see ADR-001
85+
- ABI stability considerations — see ADR-002
86+
- Performance characteristics and complexity guarantees — see ADR-003
8787

8888
2. **Ensure all tests pass** with `swift test`
8989

0 commit comments

Comments
 (0)