Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.04 KB

Contributing to NationBuilder iOS SDK

Questions & Feature Requests

If you have questions, feature requests, or any other kind of feedback, please seek us out on the NationBuilder developer forum. Please do not create issues for them.

Bugs & Improvements

We highly welcome bug reports and general refinements (that don't introduce new functionality). Please create issues and pull requests for them, respectively. For both, please neatly and thoroughly describe the problem and the steps to reproduce.

Features

If you have new features you want added to the main repository, please create a pull request. Neatly describe your changes in an understandable (and hopefully not too long) series of commits.

You are also expected to use the latest stable version of Xcode to write passing tests for your features. We currently use XCTest and OCMock and expect you to not introduce new dependencies. We also use all the modern Objective-C language features, including ARC and literals.