File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
88882 . ** Ensure all tests pass** with ` swift test `
8989
You can’t perform that action at this time.
0 commit comments