Skip to content
belkevich edited this page Dec 18, 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. Follow code style and naming conventions like other code in project
  3. Avoid NSDictionary, NSArray to represent complex data in APContact.
  4. Don't change Example applications, except of bugs and major issues
  5. Don't forget to add new classes to Swift-bridging file.
  6. Check both Example applications build state before submit pull request.

Thank you!

Clone this wiki locally