diff options
author | Susan Su <susansu.software@gmail.com> | 2019-03-29 01:55:24 (GMT) |
---|---|---|
committer | Carol Willing <carolcode@willingconsulting.com> | 2019-03-29 01:55:24 (GMT) |
commit | 081158e3ba20dfa95d09cd652a44e271b95eb14c (patch) | |
tree | 2dfdaac5e20ae82246bac7e7c150f99f22ae623f /Doc/bugs.rst | |
parent | 74510e2a57f6d4b51ac1ab4f778cd7a4c54b541e (diff) | |
download | cpython-081158e3ba20dfa95d09cd652a44e271b95eb14c.zip cpython-081158e3ba20dfa95d09cd652a44e271b95eb14c.tar.gz cpython-081158e3ba20dfa95d09cd652a44e271b95eb14c.tar.bz2 |
bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006)
* changes to html file -> added contributing to docs link at the end of the page
* revisions to the dealing with bugs page. added more links in the documentation bugs section
* 📜🤖 Added by blurb_it.
* Update Doc/bugs.rst
Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions.
Co-Authored-By: suhearsawho <susansu.software@gmail.com>
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index c449ba2..1e044ad 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -25,7 +25,15 @@ docs@python.org (behavioral bugs can be sent to python-list@python.org). though it may take a while to be processed. .. seealso:: - `Documentation bugs`_ on the Python issue tracker + + `Documentation bugs`_ + A list of documentation bugs that have been submitted to the Python issue tracker. + + `Issue Tracking <https://devguide.python.org/tracker/>`_ + Overview of the process involved in reporting an improvement on the tracker. + + `Helping with Documentation <https://devguide.python.org/docquality/#helping-with-documentation>`_ + Comprehensive guide for individuals that are interested in contributing to Python documentation. .. _using-the-tracker: |