Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 716 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 716 Bytes

Contributing to the ParseCareKit Framework

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.

Setting up your local machine

  • 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