-
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 sent 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
. - You shouldn't contribute to Example applications, except of bugs and major issues
- Don't forget to add new classes to Swift-bridging file.
- Check both Example applications build state before submit pull request.
Thank you!