@@ -3,7 +3,7 @@ Contributing
33============
44
55Contributions are welcome, and they are greatly appreciated! Every
6- little bit helps, and credit will always be given.
6+ little bit helps, and credit will always be given.
77
88You can contribute in many ways:
99
@@ -13,7 +13,7 @@ Types of Contributions
1313Report Bugs
1414~~~~~~~~~~~
1515
16- Report bugs at https://github.com/nephila/djangocms-helper /issues.
16+ Report bugs at https://github.com/nephila/python-taiga /issues.
1717
1818If you are reporting a bug, please include:
1919
@@ -36,14 +36,14 @@ is open to whoever wants to implement it.
3636Write Documentation
3737~~~~~~~~~~~~~~~~~~~
3838
39- djangocms-helper could always use more documentation, whether as part of the
40- official djangocms-helper docs, in docstrings, or even on the web in blog posts,
39+ python-taiga could always use more documentation, whether as part of the
40+ official python-taiga docs, in docstrings, or even on the web in blog posts,
4141articles, and such.
4242
4343Submit Feedback
4444~~~~~~~~~~~~~~~
4545
46- The best way to send feedback is to file an issue at https://github.com/nephila/djangocms-helper /issues.
46+ The best way to send feedback is to file an issue at https://github.com/nephila/python-taiga /issues.
4747
4848If you are proposing a feature:
4949
@@ -55,17 +55,17 @@ If you are proposing a feature:
5555Get Started!
5656------------
5757
58- Ready to contribute? Here's how to set up `djangocms-helper ` for local development.
58+ Ready to contribute? Here's how to set up `python-taiga ` for local development.
5959
60- 1. Fork the `djangocms-helper ` repo on GitHub.
60+ 1. Fork the `python-taiga ` repo on GitHub.
61612. Clone your fork locally::
6262
63- $ git clone [email protected] :your_name_here/djangocms-helper .git 63+ $ git clone [email protected] :your_name_here/python-taiga .git 6464
65653. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
6666
67- $ mkvirtualenv djangocms-helper
68- $ cd djangocms-helper /
67+ $ mkvirtualenv python-taiga
68+ $ cd python-taiga /
6969 $ python setup.py develop
7070
71714. Create a branch for local development::
@@ -81,7 +81,7 @@ tests, including testing other Python versions with tox::
8181 $ python setup.py test
8282 $ tox
8383
84- To get flake8 and tox, just pip install them into your virtualenv.
84+ To get flake8 and tox, just pip install them into your virtualenv.
8585
86866. Commit your changes and push your branch to GitHub::
8787
@@ -100,6 +100,6 @@ Before you submit a pull request, check that it meets these guidelines:
1001002. If the pull request adds functionality, the docs should be updated. Put
101101 your new functionality into a function with a docstring, and add the
102102 feature to the list in README.rst.
103- 3. The pull request should work for Python 2.6, 2.7, and 3.3, and for PyPy. Check
104- https://travis-ci.org/nephila/djangocms-helper /pull_requests
103+ 3. The pull request should work for Python 2.7, 3,4, 3.5 and 3.6. Check
104+ https://travis-ci.org/nephila/python-taiga /pull_requests
105105 and make sure that the tests pass for all supported Python versions.
0 commit comments