Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 632 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 632 Bytes

Contributing to DominionCompanion

Before a Pull Request

Before creating a pull request, please open an issue for discussion, and for tracking.

Getting Started

Requirements:
  • Xcode 12.4+
  • Ruby 2.7.2+ (optional, for running fastlane, PR build will run build/test from fastlane)

Expectations

  • Code added should follow standard SwiftUI patterns
  • Code added should not decrease code coverage.
    • If you need help understanding how to test, or how to write testable code, we can discuss it on the PR, or ahead of time on the associated issue