diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-11 15:21:28 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-08 10:24:52 +0100 |
| commit | 15e207ce80581ec64bd790c37cce1bc07d01a744 (patch) | |
| tree | 468b7e0154659520fe15fdc87983eaf6b1421437 /docs/internals/contributing/bugs-and-features.txt | |
| parent | 007f14365988bd94c35dc34959c1ef4c2407c86f (diff) | |
Fixed #35999 -- Removed #django IRC channel references where appropriate.
Some references are replaced with links to the Django Discord server.
Diffstat (limited to 'docs/internals/contributing/bugs-and-features.txt')
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index c59f79e6b8..d95ab96efd 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -17,7 +17,7 @@ Otherwise, before reporting a bug or requesting a new feature on the `searching`_ or running `custom queries`_ in the ticket tracker. * Don't use the ticket system to ask support questions. Use the - |django-users| list or the `#django`_ IRC channel for that. + |django-users| list or the `Django Discord server`_ for that. * Don't reopen issues that have been marked "wontfix" without finding consensus to do so on the `Django Forum`_ or |django-developers| list. @@ -39,8 +39,8 @@ particular: * **Do** read the :doc:`FAQ </faq/index>` to see if your issue might be a well-known question. -* **Do** ask on |django-users| or `#django`_ *first* if you're not sure if - what you're seeing is a bug. +* **Do** ask on |django-users| or the `Django Discord server`_ *first* if + you're not sure if what you're seeing is a bug. * **Do** write complete, reproducible, specific bug reports. You must include a clear, concise description of the problem, and a set of @@ -166,5 +166,5 @@ Votes on technical matters should be announced and held in public on the .. _searching: https://code.djangoproject.com/search .. _custom queries: https://code.djangoproject.com/query -.. _#django: https://web.libera.chat/#django .. _Django Forum: https://forum.djangoproject.com/ +.. _Django Discord server: https://discord.gg/xcRH6mN4fa |
