Skip to content

Contributing

sonmbol edited this page Jul 28, 2026 · 1 revision

Contributing

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 --check

Good first contributions include DocC examples, diagnostics, accessibility improvements, and exporter integration fixtures.

Clone this wiki locally