##// END OF EJS Templates
updated contributing with tox info
marcink -
r2600:1b9d6b0a beta
parent child Browse files
Show More
@@ -1,37 +1,38 b''
1 .. _contributing:
1 .. _contributing:
2
2
3 =========================
3 =========================
4 Contributing to RhodeCode
4 Contributing to RhodeCode
5 =========================
5 =========================
6
6
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/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.
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 | Thank you for any contributions!
33 | Thank you for any contributions!
33 | Marcin
34 | Marcin
34
35
35
36
36
37
37 .. _bitbucket: http://bitbucket.org/
38 .. _bitbucket: http://bitbucket.org/
General Comments 0
You need to be logged in to leave comments. Login now