diff options
Diffstat (limited to 'docs/contributing.txt')
| -rw-r--r-- | docs/contributing.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index ceff111..225a1ae 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -21,7 +21,7 @@ In a nutshell Here's what the contribution process looks like, in a bullet-points fashion, and only for the stuff we host on github: -#. Django Compressor is hosted on `github`_, at https://github.com/jezdez/django_compressor +#. Django Compressor is hosted on `github`_, at https://github.com/django-compressor/django-compressor #. The best method to contribute back is to create a github account, then fork the project. You can use this fork as if it was your own project, and should push your changes to it. @@ -116,9 +116,7 @@ requirements **in the virtualenv**:: $ virtualenv compressor_test $ source compressor_test/bin/activate - (compressor_test) $ pip install -e . - (compressor_test) $ pip install -r requirements/tests.txt - (compressor_test) $ pip install Django + (compressor_test) $ make testenv Then run ``make test`` to run the tests. Please note that this only tests django_compressor in the Python version you've created the virtualenv with @@ -160,7 +158,7 @@ double cookie points. Seriously. You rock. This very document is based on the contributing docs of the `django CMS`_ project. Many thanks for allowing us to steal it! -.. _Fork: http://github.com/jezdez/django_compressor +.. _Fork: http://github.com/django-compressor/django-compressor .. _Travis: http://travis-ci.org/ .. _`pull request announcment`: http://about.travis-ci.org/blog/announcing-pull-request-support/ .. _`Travis documentation`: http://about.travis-ci.org/docs/ |
