Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 03fe002

Browse files
committedJun 5, 2016
Issue python#17888: Add a note about contributing to Python docs
Patch by Terry Chia and Laura Rupprecht.
1 parent ff6c5c5 commit 03fe002

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎Doc/bugs.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
.. _reporting-bugs:
22

3-
**************
4-
Reporting Bugs
5-
**************
3+
*****************
4+
Dealing with Bugs
5+
*****************
66

77
Python is a mature programming language which has established a reputation for
88
stability. In order to maintain this reputation, the developers would like to
99
know of any deficiencies you find in Python.
1010

11+
It can be sometimes faster to fix bugs yourself and contribute patches to
12+
Python as it streamlines the process and involves less people. Learn how to
13+
:ref:`contribute <contributing-to-python>`.
1114

1215
Documentation bugs
1316
==================
@@ -73,6 +76,7 @@ taken on the bug.
7376
Information about writing a good bug report. Some of this is specific to the
7477
Mozilla project, but describes general good practices.
7578

79+
.. _contributing-to-python:
7680

7781
Getting started contributing to Python yourself
7882
===============================================

0 commit comments

Comments
 (0)
Please sign in to comment.