- Fork Mizuu.
git checkout -b descriptive-branch-name devand make your commits.- When you think your code is ready, start a pull request against the dev branch. Please reference existing issues when possible.
- You can suggest features.
- You can discuss a bug or report a bug!
- You can translate strings.
The repository is made up of two main branches: master (stable) and dev (unstable / work in progress).
- master has the latest stable code, its tags are released as versions of Mizuu on GitHub, www.mizuu.tv and Google Play.
- dev includes the latest unstable code from contributers (you!).
Since Mizuu was just recently open-sourced, there's still some work to do with branching and the overall structure of the development, but this is on the to-do list. For now, use the tagged commits as release versions.
Mizuu is developed using ADT. I will most likely convert the project to the upcoming Android Studio environment in the future.