We welcome contributions to the Mobile Buy SDK. But before you contribute, make sure that you're familiar with the guidelines below.
- Bugfixes
- Performance improvements
- Features that are likely to be useful to the majority of users
- Code that adds no significant value to the SDK
- Code that comes without tests
- Code that breaks existing tests
- Fork the repo, and branch off of
develop
. - Create a new branch in your fork.
- If it makes sense to add tests for your code, then do so (and make sure that they pass).
- Create a pull request.