-
Notifications
You must be signed in to change notification settings - Fork 193
Contributor Guide
Alexey Belkevich edited this page Sep 27, 2015
·
10 revisions
Please follow this simple rules if you want to contribute to APAddressBook
:
- Send pull requests to
develop
branch and not tomaster
. - One feature/change per pull request
- Follow code style and naming conventions like other code in project.
- Avoid
NSDictionary
,NSArray
to represent complex data inAPContact
. - Don't change Example applications, except of bugs and major issues.
- Don't forget to import new classes in Swift-bridging file.
- Check both Example applications build state before submit pull request.
- If you want to represent new feature in
Example
app, please, create you own repo with example and let us now. We'll put a link on it in README.
Thank you!