diff options
| author | Jack DeVries <58614260+jdevries3133@users.noreply.github.com> | 2021-08-19 04:10:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 10:10:54 +0200 |
| commit | 942d1a4284e9341df47c48d7c63e921136dc9719 (patch) | |
| tree | 57c70fa4e24653cddf65823befb495b017168a34 | |
| parent | 243b6c3b8fd3144450c477d99f01e31e7c3ebc0f (diff) | |
| download | cpython-git-942d1a4284e9341df47c48d7c63e921136dc9719.tar.gz | |
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
| -rw-r--r-- | Doc/bugs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 82819792a1..b3d057797c 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -80,6 +80,10 @@ taken on the bug. Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. + `Bug Writing Guidelines <https://bugzilla.mozilla.org/page.cgi?id=bug-writing.html>`_ + 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 |
