diff -r 050e5f803999 Doc/bugs.rst --- a/Doc/bugs.rst Fri Jun 03 21:42:55 2016 +0300 +++ b/Doc/bugs.rst Fri Jun 03 12:28:54 2016 -0700 @@ -1,13 +1,16 @@ .. _reporting-bugs: -************** -Reporting Bugs -************** +***************** +Dealing with 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 `. Documentation bugs ================== @@ -73,6 +76,7 @@ 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 ===============================================