diff options
| author | Graham Healy <grahamh220@gmail.com> | 2019-10-04 23:41:31 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-15 09:08:18 +0200 |
| commit | 4dc3192a36d7f99721d9dac100db53fbedc4d57c (patch) | |
| tree | c1bca5d77016526fbd54f14d9fcc330dd411cd9f /docs | |
| parent | f037ae11ec97f90ff94fbff2cdae336619ae63c5 (diff) | |
[2.2.x] Fixed #30808 -- Added the Django Forum to contributing index.
Backport of 90abdba08657db397f1887b94ec1ebdc32783379 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/index.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index c7f2d3726b..9a1e5d64d7 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -6,6 +6,11 @@ Django is a community that lives on its volunteers. As it keeps growing, we always need more people to help others. As soon as you learn Django, you can contribute in many ways: +* Join the `Django forum`_. This forum is a place for discussing the Django + framework and applications and projects that use it. This is also a good + place to ask and answer any questions related to installing, using, or + contributing to Django. + * Join the |django-users| mailing list and answer questions. This mailing list has a huge audience, and we really want to maintain a friendly and helpful atmosphere. If you're new to the Django community, @@ -66,6 +71,7 @@ Browse the following sections to find out how: .. _#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/ +.. _Django forum: https://forum.djangoproject.com/ .. _register it here: https://www.djangoproject.com/community/add/blogs/ .. _ticket tracker: https://code.djangoproject.com/ .. _easy pickings: https://code.djangoproject.com/query?status=!closed&easy=1 |
