Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.13 KB

We love that you're interested in contributing to this project!

To make the process as painless as possible, we have just a couple of guidelines that should make life easier for everyone involved.

Prefer Pull Requests

If you know exactly how to implement the feature being suggested or fix the bug being reported, please open a pull request instead of an issue. Pull requests are easier than patches or inline code blocks for discussing and merging the changes.

If you can't make the change yourself, please open an issue after making sure that one isn't already logged. We are also happy to help you in our Slack room (ping @ReactiveCocoa for an invitation).

Contributing Code

Fork this repository, make it awesomer (preferably in a branch named for the topic), send a pull request!

All code contributions should match our coding conventions (Objective-c and Swift). If your particular case is not described in the coding convention, check the ReactiveCocoa codebase.

Thanks for contributing! 💥🐫