Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 920 Bytes

File metadata and controls

20 lines (13 loc) · 920 Bytes

Contributing to the CertificateSigningRequest 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/cbaker6/CertificateSigningRequest.git
$ cd CertificateSigningRequest # go into the clone directory
  • Please install SwiftLint to ensure that your PR conforms to our coding standards:
$ brew install swiftlint
  • Please see this comment for details on developing with and testing the SDK.