diff -r 8e3ef955dbc3 Doc/bugs.rst --- a/Doc/bugs.rst Sun Jun 22 19:47:55 2014 -0700 +++ b/Doc/bugs.rst Mon Jun 23 20:58:14 2014 +0800 @@ -1,13 +1,17 @@ .. _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. If you have the +necessary skills and motivation, learn how to +:ref:`contribute `. Documentation bugs ================== @@ -72,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 ===============================================