Merge branch 'master' into 3.0.x
[kohana-userguide.git] / README.md
blob8bf319a2391cdb2ab96a641a3b94970e69c088cc
1 Kohana user guide and live API documentation module
3 **Note to Contributors**
5 Just so you are aware, I am not merging forks of forks. As the owner of a translation language, I expect you to merge the downstream forks into your own. For instance:
7     kohana/userguide
8     -- you/userguide-xx
9     -- -- person/userguide-xx
11 All changes from `person/userguide-xx` must be merged into your own repo, using `git merge` or the fork queue. See [github forking](http://help.github.com/forking/) for more information about how to merge remote repositories, and note that you will need to add a remote for `person/userguide-xx` using:
13     git remote add person git://github.com/person/userguide-xx
14     git pull person master
16 Thanks for your help!