Skip to content
belkevich edited this page Dec 19, 2014 · 10 revisions

Please follow this simple rules if you want to contribute to APAddressBook:

  1. Send pull requests to develop branch and not to master.
  2. One feature/change per pull request
  3. Follow code style and naming conventions like other code in project.
  4. Avoid NSDictionary, NSArray to represent complex data in APContact.
  5. Don't change Example applications, except of bugs and major issues.
  6. Don't forget to import new classes in Swift-bridging file.
  7. Check both Example applications build state before submit pull request.

Thank you!

Clone this wiki locally