Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.23 KB

File metadata and controls

33 lines (22 loc) · 1.23 KB

Contributing to Mizuu's development

Contributing code?

  1. Fork Mizuu.
  2. git checkout -b descriptive-branch-name dev and make your commits.
  3. When you think your code is ready, start a pull request against the dev branch. Please reference existing issues when possible.

No code?

Branch structure

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.

Setup

Mizuu is developed using ADT. I will most likely convert the project to the upcoming Android Studio environment in the future.