Rewrote Get Help FAQ.

This commit is contained in:
Adam Johnson 2020-03-21 18:25:17 +00:00 committed by Carlton Gibson
parent 8f2a6c76d1
commit 6ef4c8aa9f
2 changed files with 42 additions and 26 deletions

View File

@ -5,15 +5,34 @@ FAQ: Getting Help
How do I do X? Why doesn't Y work? Where can I go to get help? How do I do X? Why doesn't Y work? Where can I go to get help?
============================================================== ==============================================================
If this FAQ doesn't contain an answer to your question, you might want to First, please check if your question is answered on the :doc:`FAQ <faq/index>`.
try the |django-users| mailing list. Feel free to ask any question related Also, search for answers using your favorite search engine, and in `the forum`.
to installing, using, or debugging Django.
If you prefer IRC, the `#django IRC channel`_ on the Freenode IRC network is an .. _`the forum`: https://forum.djangoproject.com/
active community of helpful individuals who may be able to solve your problem.
If you can't find an answer, please take a few minutes to formulate your
question well. Explaining the problems you are facing clearly will help others
help you. See the StackOverflow guide on `asking good questions`.
.. _`asking good questions`: https://stackoverflow.com/help/how-to-ask
Then, please post it in one of the following channels:
* The Django Forum section `"Using Django"`_. This is for web-based
discussions.
* The |django-users| mailing list. This is for email-based discussions.
* The `#django IRC channel`_ on the Freenode IRC network. This is for
chat-based discussions.
.. _`"Using Django"`: https://forum.djangoproject.com/c/users
.. _`#django IRC channel`: irc://irc.freenode.net/django .. _`#django IRC channel`: irc://irc.freenode.net/django
In all these channels please abide by the `Django Code of Conduct`_. In
summary, being friendly and patient, considerate, respectful, and careful in
your choice of words.
.. _Django Code of Conduct: https://www.djangoproject.com/conduct/
.. _message-does-not-appear-on-django-users: .. _message-does-not-appear-on-django-users:
Why hasn't my message appeared on `django-users`? Why hasn't my message appeared on `django-users`?
@ -30,23 +49,25 @@ that spammers get caught, but it also means that your first question to the
list might take a little longer to get answered. We apologize for any list might take a little longer to get answered. We apologize for any
inconvenience that this policy may cause. inconvenience that this policy may cause.
Nobody on `django-users` answered my question! What should I do? Nobody answered my question! What should I do?
================================================================ ==============================================
Try making your question more specific, or provide a better example of your Try making your question more specific, or provide a better example of your
problem. problem.
As with most open-source mailing lists, the folks on |django-users| are As with most open-source projects, the folks on these channels are volunteers.
volunteers. If nobody has answered your question, it may be because nobody If nobody has answered your question, it may be because nobody knows the
knows the answer, it may be because nobody can understand the question, or it answer, it may be because nobody can understand the question, or it may be that
may be that everybody that can help is busy. One thing you might try is to ask everybody that can help is busy.
the question on IRC -- visit the `#django IRC channel`_ on the Freenode IRC
network.
You might notice we have a second mailing list, called |django-developers| -- You can also try asking on a different channel. But please don't post your
but please don't email support questions to this mailing list. This list is question in all three channels in quick succession.
for discussion of the development of Django itself. Asking a tech support
question there is considered quite impolite. You might notice we have a second mailing list, called |django-developers|.
This list is for discussion of the development of Django itself. Please don't
email support questions to this mailing list. Asking a tech support question
there is considered impolite, and you will likely be directed to ask on
|django-users|.
I think I've found a bug! What should I do? I think I've found a bug! What should I do?
=========================================== ===========================================
@ -62,8 +83,8 @@ to security@djangoproject.com. This is a private list only open to long-time,
highly trusted Django developers, and its archives are not publicly readable. highly trusted Django developers, and its archives are not publicly readable.
Due to the sensitive nature of security issues, we ask that if you think you Due to the sensitive nature of security issues, we ask that if you think you
have found a security problem, *please* don't send a message to one of the have found a security problem, *please* don't post a message on the forum, IRC,
public mailing lists. Django has a or one of the public mailing lists. Django has a
:ref:`policy for handling security issues <reporting-security-issues>`; :ref:`policy for handling security issues <reporting-security-issues>`;
while a defect is outstanding, we would like to minimize any damage that while a defect is outstanding, we would like to minimize any damage that
could be inflicted through public knowledge of that defect. could be inflicted through public knowledge of that defect.

View File

@ -38,16 +38,11 @@ Having trouble? We'd like to help!
* Looking for specific information? Try the :ref:`genindex`, :ref:`modindex` or * Looking for specific information? Try the :ref:`genindex`, :ref:`modindex` or
the :doc:`detailed table of contents <contents>`. the :doc:`detailed table of contents <contents>`.
* Search for information in the archives of the |django-users| mailing list, or * Not found anything? See :doc:`faq/help` for information on getting support
`post a question`_. and asking questions to the community.
* Ask a question in the `#django IRC channel`_.
* Report bugs with Django in our `ticket tracker`_. * Report bugs with Django in our `ticket tracker`_.
.. _archives: https://groups.google.com/group/django-users/
.. _post a question: https://groups.google.com/d/forum/django-users
.. _#django IRC channel: irc://irc.freenode.net/django
.. _ticket tracker: https://code.djangoproject.com/ .. _ticket tracker: https://code.djangoproject.com/
How the documentation is organized How the documentation is organized