diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-05 13:11:35 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-19 12:16:20 +0100 |
| commit | 463e87e249693d1fd810b925c2da2c71426929cf (patch) | |
| tree | 72134c322df404460c191c441f89d4d7ca2e7c26 /docs/internals/contributing/bugs-and-features.txt | |
| parent | 9b7944896d9e96c60fe609308d152c358effdd39 (diff) | |
[5.2.x] Fixed #35908 -- Retired the django-developers and django-users mailing lists.
Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com>
Backport of 86493307f97b9795a74227b6af2d59a267160847 from main.
Diffstat (limited to 'docs/internals/contributing/bugs-and-features.txt')
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index a305eb9c38..ad667e3c58 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -16,15 +16,15 @@ Otherwise, before reporting a bug or requesting a new feature on the * Check that someone hasn't already filed the bug or feature request by `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 Discord server`_ for that. +* Don't use the ticket system to ask support questions. Use the `Django Forum`_ + 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. + to do so on the `Django Forum`_. * Don't use the ticket tracker for lengthy discussions, because they're likely to get lost. If a particular ticket is controversial, please move the - discussion to the `Django Forum`_ or |django-developers| list. + discussion to the `Django Forum`_. .. _reporting-bugs: @@ -39,7 +39,7 @@ 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 the `Django Discord server`_ *first* if +* **Do** ask on `Django Forum`_ 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 @@ -49,7 +49,7 @@ particular: small test case is the best way to report a bug, as it gives us a helpful way to confirm the bug quickly. -* **Don't** post to |django-developers| only to announce that you have filed a +* **Don't** post to `Django Forum`_ only to announce that you have filed a bug report. All the tickets are mailed to another list, |django-updates|, which is tracked by developers and interested community members; we see them as they are filed. @@ -94,10 +94,10 @@ part of that. Here are some tips on how to make a request most effectively: suggest that you develop it independently. Then, if your project gathers sufficient community support, we may consider it for inclusion in Django. -* First request the feature on the `Django Forum`_ or |django-developers| list, - not in the ticket tracker. It'll get read more closely if it's on the mailing - list. This is even more important for large-scale feature requests. We like - to discuss any big changes to Django's core before actually working on them. +* First request the feature on the `Django Forum`_, not in the ticket tracker. + It'll get read more closely and reach a larger audience. This is even more + important for large-scale feature requests. We like to discuss any big + changes to Django's core before actually working on them. * Describe clearly and concisely what the missing feature is and how you'd like to see it implemented. Include example code (non-functional is OK) @@ -127,9 +127,9 @@ How we make decisions ===================== Whenever possible, we strive for a rough consensus. To that end, we'll often -have informal votes on |django-developers| or the Django Forum about a feature. -In these votes we follow the voting style invented by Apache and used on Python -itself, where votes are given as +1, +0, -0, or -1. +have informal votes on the Django Forum about a feature. In these votes we +follow the voting style invented by Apache and used on Python itself, where +votes are given as +1, +0, -0, or -1. Roughly translated, these votes mean: * +1: "I love the idea and I'm strongly committed to it." @@ -162,7 +162,7 @@ Since this process allows any steering council member to veto a proposal, a convert that "-1" into at least a "+0". Votes on technical matters should be announced and held in public on the -|django-developers| mailing list or on the `Django Forum`_. +`Django Forum`_. .. _searching: https://code.djangoproject.com/search .. _custom queries: https://code.djangoproject.com/query |
