Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#34579 closed Cleanup/optimization (fixed)

Documentation points to `django-developers` mailing list as primary point of contact for discussion

Reported by: Natalia Bidart Owned by: Mohit Singh Sinsniwal
Component: Documentation Version: 4.2
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Given recent efforts to prioritize the Django Forum as the main communication channel for development, I think it would be a good idea to update the docs to either replace the references to django-developers mailing list with Forum URL, or at least point to both places.

At the very list, the ​Reporting bugs and requesting features should point to the forum for when requesting a new feature: I'm pointing ticket reporters to this doc page and then saying "please raise this feature request in the forum" and those are, somewhat, contradictory.

Change History (8)

in reply to:  description comment:1 by Mariusz Felisiak, 3 years ago

Easy pickings: set
Triage Stage: Unreviewed → Accepted

Replying to Natalia Bidart:

Given recent efforts to prioritize the Django Forum as the main communication channel for development, I think it would be a good idea to update the docs to either replace the references to django-developers mailing list with Forum URL, or at least point to both places.

I don't mind adding "... or on the Django Forum" to references to the django-developers mailing list, but not removing them. TBH, I follow the mailing list more closely than the forum, and it's not just me.

comment:4 by Mohit Singh Sinsniwal, 3 years ago

Owner: set to Mohit Singh Sinsniwal
Status: new → assigned

comment:5 by Mohit Singh Sinsniwal, 3 years ago

I tried adding the Django Forum in the docs page where I thought we should give an option, and I also hyperlinked the text with the URL

One example is in bugs-and-features.txt, starting from line 162

Votes on technical matters should be announced and held in public on both the
`Django Forum`_ and the |django-developers| mailing list.

.. _searching: https://code.djangoproject.com/search
.. _custom queries: https://code.djangoproject.com/query
.. _Django Forum: https://forum.djangoproject.com
.. _#django: https://web.libera.chat/#django

pull request: ​https://github.com/django/django/pull/16878

Last edited 3 years ago by Mohit Singh Sinsniwal (previous) (diff)

comment:6 by Mariusz Felisiak, 3 years ago

Patch needs improvement: set

in reply to:  6 comment:7 by Mohit Singh Sinsniwal, 3 years ago

Replying to Mariusz Felisiak:
I tried fixing the patch and requested for review. Thank you.

comment:8 by Mariusz Felisiak, 3 years ago

Has patch: set
Patch needs improvement: unset
Triage Stage: Accepted → Ready for checkin

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

Resolution: → fixed
Status: assigned → closed

In 89f10a80:

Fixed #34579 -- Added Django Forum to contributing guides.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@…>

comment:10 by Mariusz Felisiak <felisiak.mariusz@…>, 3 years ago

In b4563cd:

[4.2.x] Fixed #34579 -- Added Django Forum to contributing guides.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@…>

Backport of 89f10a80d7e681cd0cccf22d932e380f51bd3524 from main

Note: See TracTickets for help on using tickets.
Back to Top