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.
Make sure you have Xcode installed. This package requires Apple TV simulators or physical devices with tvOS version 13 or newer.
You can run tests by opening Package.swift
with Xcode and using Product -> Test
(cmd + u).
- Fork it
- Create your feature branch
git checkout -b feature/my-new-feature
- Commit your changes through
git commit
- Push to the branch
git push origin feature/my-new-feature
- Create a new Pull Request