diff --git a/README.md b/README.md index 2b5f19d31..1aeab3c54 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -#kernel for mint2g +# Kernel for mint2g -This repository cotains the kernel source of a kernel which has not been named cause there is no unique features in it *yet?* for mint2g (Samsung Galaxy Star/Star Duos). +This repository cotains the kernel source of a kernel which has not been named cause there is no unique features in it *yet?* for mint2g (Samsung Galaxy Star/Star Duos). -The base for the kernel is stock-uni as it has some updates than other stock kernels. See the respective commit in the stock-uni-nodelete of the stock kernel repo for the full changeset. In short theres update to wifi driver, battery gauge and some configs. +The base for the kernel is stock-uni as it has some updates than other stock kernels. See the respective commit in the stock-uni-nodelete of the stock kernel repo for the full changeset. In short theres update to wifi driver, battery gauge and some configs. -##Building: +## Building: You can just clone the 'master' branch for the stable version for building. It's build ready anytime (or at least it should). `git clone -b master https://github.com/phalf/kernel_mint2g.git` If you want to contribute see the section below. -##Contributing +## Contributing Pull requests are welcome. If you want to contribute, branch off from 'testing' with the name that is a short description of your added features/fix, commit your changes, and if testing updates before your pull request is submited, rebase then create a pull request. You can also create pull request with unfinished features. Just suffix the branch name with '-wip'. -This is a my slightly modified github flow. Please see https://guides.github.com/introduction/flow/ for the core concept. \ No newline at end of file +This is a my slightly modified github flow. Please see https://guides.github.com/introduction/flow/ for the core concept.