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_ -https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to +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 -u dev https://secure.rhodecode.org/rhodecode + 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 @@ -41,13 +41,11 @@ to change your testing enviroment. There's a special set of tests for push/pull operations, you can runn them using:: paster serve test.ini --pid-file=test.pid --daemon - RC_WHOOSH_TEST_DISABLE=1 RC_NO_TMP_PATH=1 nosetests -x rhodecode/tests/other/test_vcs_operations.py + KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests -x kallithea/tests/other/test_vcs_operations.py kill -9 $(cat test.pid) | Thank you for any contributions! -| Marcin - .. _bitbucket: http://bitbucket.org/