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.
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.
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.