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:
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