Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 1.02 KB

Issues

GitHub Issues is for reporting bugs in RestKit and discussing changes to RestKit itself. Please check the documentation, wiki, and existing issues before opening a new issue.

Additionaly, please do not post general usage questions to Issues, but instead take them to Stack Overflow.

Pull Requests

Please open up pull requests for any bug fixes you have to RestKit, along with the appropriate test coverage. For larger changes, please open up an issue so we can discuss them.

In general, there is a huge delta in how quickly a pull request is merged depending on if it includes test coverage. Otherwise we have to write it. Beyond that, just keeping things nice and atomic is the only other major point.

Extensive feature work should be discussed with us directly via an issue or email before a ton of engineering effort is expended.