Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 308 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 308 Bytes

Testing

Tests should be provided for all new contributions. All tests are run upon creating of a pull request. Tests can be run locally via Xcode or on the command line:

swift test

Coding Style

This project uses SwiftFormat and Swiftlint to enforce formatting and coding style.