Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 1.09 KB

Contributing Guidelines - Rocket.Chat.iOS

Great to have you here! Here are a few ways you can help make this project better!

Reporting an Issue

Github Issues are used to track todos, bugs, feature requests, and more. Please note we are still in very early stages development, so expect lots of bugs, etc. until we can reach a first alpha version.

Setting up a development environment

In case you're interested in playing around with the code or giving something back, here are some instructions on how to set up your project:

Pre-requisites

  1. An OSX machine
  2. XCode-Beta (at the time of writing). You'll need Swift 2 support.
  3. Cocoapods as the dependency manager. cocoapods)

  1. Clone this repo:
git clone https://github.com/RocketChat/Rocket.Chat.iOS
  1. Download library dependencies using the cocoapods dependency manager: pod install
  2. Do NOT open the XCode project directly, insteaduse the Rocket.Chat.iOS.xcworkspace file instead to open the XCode workspace.
  3. Build the project