diff options
| author | p0lygun <solankivibhakar82@gmail.com> | 2023-02-10 00:38:52 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-10 06:21:04 +0100 |
| commit | aaacf72c4c5602aa63e102c262617b8de427901b (patch) | |
| tree | 186e42a17be35fcccd42dd30a9e73c176a07f055 /docs | |
| parent | 7a88b1f5aaea0c52e16aabbdd7a8ea57ca0f6aea (diff) | |
[4.2.x] Fixed #34324 -- Mentioned Discord server in contributing index.
Backport of 358792486e3afd83250364ebc15060820a8a96cc from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/index.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index 9d72f4a705..57b4521462 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -65,9 +65,9 @@ Django community and others to maintain a great ecosystem to work in: friendly and helpful atmosphere. If you're new to the Django community, you should read the `posting guidelines`_. -* Join the `#django IRC channel`_ on Libera.Chat and answer questions. By - explaining Django to other users, you're going to learn a lot about the - framework yourself. +* Join the `Django Discord server`_ or the `#django IRC channel`_ on + Libera.Chat to discuss and answer questions. By explaining Django to other + users, you're going to learn a lot about the framework yourself. * Blog about Django. We syndicate all the Django blogs we know about on the `community page`_; if you'd like to see your blog on that page you @@ -83,5 +83,6 @@ We're looking forward to working with you. Welcome aboard! ⛵️ .. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList .. _#django IRC channel: https://web.libera.chat/#django .. _community page: https://www.djangoproject.com/community/ +.. _Django Discord server: https://discord.gg/xcRH6mN4fa .. _Django forum: https://forum.djangoproject.com/ .. _register it here: https://www.djangoproject.com/community/add/blogs/ |
