]> granicus.if.org Git - python/commitdiff
Issue #17888: Add a note about contributing to Python docs
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 5 Jun 2016 04:47:44 +0000 (21:47 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 5 Jun 2016 04:47:44 +0000 (21:47 -0700)
Patch by Terry Chia and Laura Rupprecht.

Doc/bugs.rst

index 25ce3cac5abe56b5c6b83293e327709c6d5fabb5..1b0a5a9a9377cbe79f6ee9adca69d6e4aabd9550 100644 (file)
@@ -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 <contributing-to-python>`.
 
 Documentation bugs
 ==================
@@ -73,6 +76,7 @@ taken on the bug.
       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
 ===============================================