Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 529 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 529 Bytes

Thank you for your interest in making a contribution to the cocoapods Xcode plugin. There are a few general guidelines for making a submission:

Style

  1. The plugin source uses WebKit style formatting. When in doubt, check existing source for hints. Using a tool like clang-format also recommended.

  2. Keep the header formatting consistent with the LICENSE file

Pull Requests

Minimize the number of changes in a single request. They'll get merged faster that way. :)