comparison docs/contributing.rst @ 3700:3563bb7b4b82

merge with rc1
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 18:37:22 +0200
parents 63e58ef80ef1 8b8edfc25856
children b53cef6faf22
comparison
equal deleted inserted replaced
3525:0cef54d34605 3700:3563bb7b4b82
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/marcinkuzminski/rhodecode and then make your changes to
13 your forked repository. Please post all fixes into **BETA** branch since your 13 your forked repository. Please post all fixes into **BETA** branch since your
14 fix might be already fixed there and i try to merge all fixes from beta into 14 fix might be already fixed there and i try to merge all fixes from beta into
15 stable, and not the other way. Finally, when you are finished making a change, 15 stable, and not the other way. Finally, when you are finished making a change,
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 from `requires.txt` file. 19 required libs from `requires.txt` file.
20 20
21 after downloading/pulling RhodeCode make sure you run:: 21 after downloading/pulling RhodeCode make sure you run::
22 22
23 python setup.py develop 23 python setup.py develop
24 24
25 command to install/verify all required packages, and prepare development 25 command to install/verify all required packages, and prepare development
26 enviroment. 26 enviroment.
27 27
28 28
29 After finishing your changes make sure all tests passes ok. You can run 29 After finishing your changes make sure all tests passes ok. You can run
30 the testsuite running ``nosetest`` from the project root, or if you use tox 30 the testsuite running ``nosetest`` from the project root, or if you use tox