From a6eb0ce79df2ffd50b266305b3258efb39f6e611 Mon Sep 17 00:00:00 2001 From: Jack DeVries Date: Wed, 18 Aug 2021 20:06:07 -0400 Subject: [PATCH] bpo-44830: [doc] restore missing Mozilla devguide link --- Doc/bugs.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 82819792a1ad8c4..b3d057797c25613 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 `_ + 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