diff options
| author | PhrydRhys <ky765@nyu.edu> | 2018-04-28 19:32:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-28 21:02:00 -0400 |
| commit | 4329bd7a8cb3fe7aed84f530cdb85dfaf9dfaa8b (patch) | |
| tree | eb3e80b2308a924f3717d02e1b9f9b7c93055df6 /docs/internals | |
| parent | 9f2586b96486d13e5d9bbcfb6fe6836f989f79dc (diff) | |
[2.0.x] Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index.
Backport of 5d022eae747b9e6432cea4fe5e6e87cd8e627141 from master
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/index.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index 2614df9fd6..c7f2d3726b 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -32,7 +32,8 @@ development: * :doc:`Report bugs <bugs-and-features>` in our `ticket tracker`_. * Join the |django-developers| mailing list and share your ideas for how - to improve Django. We're always open to suggestions. + to improve Django. We're always open to suggestions. You can also interact + on the `#django-dev IRC channel`_. * :doc:`Submit patches <writing-code/submitting-patches>` for new and/or fixed behavior. If you're looking for an easy way to start contributing @@ -63,6 +64,7 @@ Browse the following sections to find out how: .. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList .. _#django IRC channel: irc://irc.freenode.net/django +.. _#django-dev IRC channel: irc://irc.freenode.net/django-dev .. _community page: https://www.djangoproject.com/community/ .. _register it here: https://www.djangoproject.com/community/add/blogs/ .. _ticket tracker: https://code.djangoproject.com/ |
