Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 883 Bytes

CONTRIBUTING.rst

File metadata and controls

33 lines (20 loc) · 883 Bytes

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.

Examples of contributions include:

  • Code patches
  • Documentation improvements
  • Bug reports and patch reviews

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.

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.