-
Notifications
You must be signed in to change notification settings - Fork 192
Contributor Guide
belkevich edited this page Dec 18, 2014
·
10 revisions
Please follow this simple rules if you want to contribute to APAddressBook
:
- Pull request should be send to
develop
branch and not tomaster
- Your changes should follow code style and naming conventions like other code in project
-
APAddressBook
provides high-level interface to user, so avoidNSDictionary
,NSArray
to represent complex data inAPContact
. - Both Example applications is made only for 'default' fields of
APContact
. You shouldn't contribute to Example application. - Don't forget to add new classes to Swift-bridging file.
- Check both Example applications build state before submit pull request.
Thank you!