Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03fe002

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

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Doc/bugs.rst

Lines changed: 7 additions & 3 deletions
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)