Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 871 Bytes

Contributing

Before contributing, please read our code of conduct.

When contributing to this repository, please first discuss the change you wish to make by opening an issue on this repository.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Setup

Make sure you have Xcode installed. This package requires Apple TV simulators or physical devices with tvOS version 13 or newer.

Running Tests

You can run tests by opening Package.swift with Xcode and using Product -> Test (cmd + u).

Pull Request Process

  1. Fork it
  2. Create your feature branch git checkout -b feature/my-new-feature
  3. Commit your changes through git commit
  4. Push to the branch git push origin feature/my-new-feature
  5. Create a new Pull Request