-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
sonmbol edited this page Jul 28, 2026
·
1 revision
Bug reports, API critiques, documentation improvements, integration fixtures, and reproducible performance evidence are welcome.
Before changing public API or behavior, open an issue and describe:
- the consumer problem;
- the SwiftUI dependency and identity implications;
- the ownership and cancellation contract;
- source-compatibility impact;
- measurements for performance claims.
Run:
swift test -Xswiftc -strict-concurrency=complete -Xswiftc -warnings-as-errors
./Scripts/check-api.sh
./Scripts/check-package-manifests.sh
git diff --checkGood first contributions include DocC examples, diagnostics, accessibility improvements, and exporter integration fixtures.