# Contributing to Home Assistant for Apple Platforms - Read [How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) by Kubernetes (but skip step 0) - Fork the Home Assistant iOS [git repository](https://github.com/home-assistant/iOS). - Write the code. - Ensure tests work. - Create a Pull Request against the [**master**](https://github.com/home-assistant/iOS/tree/master) branch of Home Assistant iOS. - **Translations** are handled by [lokalise.com](https://lokalise.com/public/834452985a05254348aee2.46389241/), we are always looking to add more translations and complete the ones we already have. If you would like to contribute to the translation of the app, please visit [lokalise.com](https://lokalise.com/public/834452985a05254348aee2.46389241/) and join the team. ## Learn Swift This project is a good opportunity to learn Swift programming and contribute back to a friendly and welcoming Open Source community. We've collected some pointers to get you started. * Apple's [The Swift Programming Language](https://www.apple.com/swift/) is a great resource to start learning Swift programming. It also happens to be free. * There are also some great tutorials and boot camps available: * [Big Nerd Ranch](https://www.bignerdranch.com/) * [objc.io](https://www.objc.io) * [Point-Free](https://www.pointfree.co) * [raywenderlich.com](https://www.raywenderlich.com/)