comparison docs/contributing.rst @ 4179:010e9532801a kallithea-2.2.5-rebrand

Change bitbucket and hosting URL
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:47 -0400
parents b53cef6faf22
children 7e5f8c12a3fc
comparison
equal deleted inserted replaced
4178:9dd726706178 4179:010e9532801a
7 If you would like to contribute to RhodeCode, please contact me, any help is 7 If you would like to contribute to RhodeCode, please contact me, any help is
8 greatly appreciated! 8 greatly appreciated!
9 9
10 Could I request that you make your source contributions by first forking the 10 Could I request that you make your source contributions by first forking the
11 RhodeCode repository on bitbucket_ 11 RhodeCode repository on bitbucket_
12 https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to 12 https://bitbucket.org/conservancy/kallithea and then make your changes to
13 your forked repository. Please post all fixes into **dev** bookmark since your 13 your forked repository. Please post all fixes into **dev** bookmark since your
14 change might be already fixed there and i try to merge all fixes from dev into 14 change might be already fixed there and i try to merge all fixes from dev into
15 stable, and not the other way. Finally, when you are finished with your changes, 15 stable, and not the other way. Finally, when you are finished with your changes,
16 please send me a pull request. 16 please send me a pull request.
17 17
18 To run RhodeCode in a development version you always need to install the latest 18 To run RhodeCode in a development version you always need to install the latest
19 required libs. Simply clone rhodecode and switch to beta branch:: 19 required libs. Simply clone rhodecode and switch to beta branch::
20 20
21 hg clone -u dev https://secure.rhodecode.org/rhodecode 21 hg clone https://kallithea-scm.org/repos/kallithea
22 22
23 after downloading/pulling RhodeCode make sure you run:: 23 after downloading/pulling RhodeCode make sure you run::
24 24
25 python setup.py develop 25 python setup.py develop
26 26