If you are not familiar with Pull Requests and want to know more about them, you can visit the Creating a pull request article. It contains detailed information about the process.
- Fork this project and clone the fork on to your local machine:
$ git clone https://github.com/netreconlab/ParseCareKit.git
$ cd ParseCareKit # go into the clone directory
- Please install SwiftLint to ensure that your PR conforms to our coding standards:
$ brew install swiftlint