daphne/CONTRIBUTING.rst
Adam Chainz eaaf70e935 Convert readthedocs link for their .org -> .io migration for hosted projects (#374)
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-09-22 14:17:39 -07:00

31 lines
805 B
ReStructuredText

Contributing to Channels
========================
As an open source project, Channels welcomes contributions of many forms.By participating in this project, you
agree to abide by the Django `code of conduct <https://www.djangoproject.com/conduct/>`_.
Examples of contributions include:
* Code patches
* Documentation improvements
* Bug reports and patch reviews
For more information, please see our `contribution guide <https://channels.readthedocs.io/en/latest/contributing.html>`_.
Quick Setup
-----------
Fork, then clone the repo:
git clone git@github.com:your-username/channels.git
Make sure the tests pass:
tox
Make your change. Add tests for your change. Make the tests pass:
tox
Push to your fork and `submit a pull request <https://github.com/django/channels/compare/>`_.