diff options
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index a17f04d..3749f93 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -1,16 +1,13 @@ .. _reporting-bugs: -***************** -Dealing with Bugs -***************** +************** +Reporting Bugs +************** Python is a mature programming language which has established a reputation for stability. In order to maintain this reputation, the developers would like to know of any deficiencies you find in Python. -It can be sometimes faster to fix bugs yourself and contribute patches to -Python as it streamlines the process and involves less people. Learn how to -:ref:`contribute <contributing-to-python>`. Documentation bugs ================== @@ -25,15 +22,7 @@ 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`_ - 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. + `Documentation bugs`_ on the Python issue tracker .. _using-the-tracker: @@ -76,15 +65,14 @@ taken on the bug. .. seealso:: - `How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_ + `How to Report Bugs Effectively <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>`_ Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. - `Bug Report Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_ + `Bug Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_ Information about writing a good bug report. Some of this is specific to the Mozilla project, but describes general good practices. -.. _contributing-to-python: Getting started contributing to Python yourself =============================================== |