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