summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAfiMaameDufie <afimaamedufie@gmail.com>2024-11-12 21:33:39 +0000
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-11-14 11:36:16 +0100
commitda2432cccae841f0d7629f17a5d79ec47ed7b7cb (patch)
tree2fc7180b696c3ca186f4bc40c5710d6f990e0924 /docs/internals
parent7e759d9af714b4db6735f7e53f62a5933a6260b8 (diff)
Replaced message suggestions from IRC to Discord in contributing docs.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/index.txt1
-rw-r--r--docs/internals/contributing/new-contributors.txt7
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt
index 6e3fd948ee..b547e468b7 100644
--- a/docs/internals/contributing/index.txt
+++ b/docs/internals/contributing/index.txt
@@ -46,7 +46,6 @@ a great ecosystem to work in:
.. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList
.. _#django IRC channel: https://web.libera.chat/#django
-.. _#django-dev IRC channel: https://web.libera.chat/#django-dev
.. _community page: https://www.djangoproject.com/community/
.. _Django Discord server: https://discord.gg/xcRH6mN4fa
.. _Django forum: https://forum.djangoproject.com/
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index c728abccd6..201fe4afc2 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -128,8 +128,11 @@ Be cautious when marking things "Ready For Check-in"
If you're really not certain if a ticket is ready, don't mark it as such. Leave
a comment instead, letting others know your thoughts. If you're mostly certain,
-but not completely certain, you might also try asking on IRC to see if someone
-else can confirm your suspicions.
+but not completely certain, you might also try asking on the
+``#contributing-getting-started`` channel in the `Django Discord server`_ to
+see if someone else can confirm your suspicions.
+
+.. _`Django Discord server`: https://discord.gg/xcRH6mN4fa
Wait for feedback, and respond to feedback that you receive
-----------------------------------------------------------