Show More
@@ -1,33 +1,36 | |||
|
1 | 1 | .. _contributing: |
|
2 | 2 | |
|
3 | 3 | Contributing to RhodeCode |
|
4 | 4 | ========================= |
|
5 | 5 | |
|
6 | 6 | If you would like to contribute to RhodeCode, please contact me, any help is |
|
7 | 7 | greatly appreciated! |
|
8 | 8 | |
|
9 | 9 | Could I request that you make your source contributions by first forking the |
|
10 | 10 | RhodeCode repository on bitbucket_ |
|
11 | 11 | https://bitbucket.org/marcinkuzminski/rhodecode and then make your changes to |
|
12 | 12 | your forked repository. Please post all fixes into **BETA** branch since your |
|
13 | 13 | fix might be already fixed there and i try to merge all fixes from beta into |
|
14 | 14 | stable, and not the other way. Finally, when you are finished making a change, |
|
15 | 15 | please send me a pull request. |
|
16 | 16 | |
|
17 |
To run RhodeCode in a development version you always need to install the |
|
|
18 | version of RhodeCode and the VCS library. | |
|
17 | To run RhodeCode in a development version you always need to install the latest | |
|
18 | required libs from `requires.txt` file. | |
|
19 | 19 | |
|
20 | after downloading RhodeCode make sure you run:: | |
|
20 | after downloading/pulling RhodeCode make sure you run:: | |
|
21 | 21 | |
|
22 | 22 | python setup.py develop |
|
23 | 23 | |
|
24 |
command to install all required packages, and prepare development |
|
|
24 | command to install/verify all required packages, and prepare development | |
|
25 | enviroment. | |
|
25 | 26 | |
|
26 | 27 | |
|
28 | After finishing your changes make sure all tests passes ok. You can run | |
|
29 | the testsuite running nosetest from the project root. | |
|
27 | 30 | |
|
28 | 31 | | Thank you for any contributions! |
|
29 | 32 | | Marcin |
|
30 | 33 | |
|
31 | 34 | |
|
32 | 35 | |
|
33 | 36 | .. _bitbucket: http://bitbucket.org/ |
General Comments 0
You need to be logged in to leave comments.
Login now