diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,26 +1,26 @@ .. _contributing: ========================= -Contributing to RhodeCode +Contributing to Kallithea ========================= -If you would like to contribute to RhodeCode, please contact me, any help is +If you would like to contribute to Kallithea, please contact us, any help is greatly appreciated! Could I request that you make your source contributions by first forking the -RhodeCode repository on bitbucket_ +Kallithea repository on bitbucket_ https://bitbucket.org/conservancy/kallithea and then make your changes to your forked repository. Please post all fixes into **dev** bookmark since your change might be already fixed there and i try to merge all fixes from dev into stable, and not the other way. Finally, when you are finished with your changes, -please send me a pull request. +please send us a pull request. -To run RhodeCode in a development version you always need to install the latest -required libs. Simply clone rhodecode and switch to beta branch:: +To run Kallithea in a development version you always need to install the latest +required libs. Simply clone Kallithea and switch to beta branch:: hg clone https://kallithea-scm.org/repos/kallithea -after downloading/pulling RhodeCode make sure you run:: +after downloading/pulling Kallithea make sure you run:: python setup.py develop @@ -46,8 +46,6 @@ There's a special set of tests for push/ | Thank you for any contributions! -| Marcin - .. _bitbucket: http://bitbucket.org/