summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-05 04:48:16 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-05 04:48:16 (GMT)
commit20ab95413e10d159cafe1f23fbed6d1ade6aab46 (patch)
tree1d1fbbbe58470a20a5595e56406a674c2c93d0d4
parent94f89a6e02e4fa0417b50032ec69d70759ab27a4 (diff)
parent03fe0027fb97727abb2d3d1468f727a62dc34298 (diff)
downloadcpython-20ab95413e10d159cafe1f23fbed6d1ade6aab46.zip
cpython-20ab95413e10d159cafe1f23fbed6d1ade6aab46.tar.gz
cpython-20ab95413e10d159cafe1f23fbed6d1ade6aab46.tar.bz2
Issue #17888: Merge from 3.5
-rw-r--r--Doc/bugs.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst
index 25ce3ca..1b0a5a9 100644
--- a/Doc/bugs.rst
+++ b/Doc/bugs.rst
@@ -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
===============================================