diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index f7fc9575566b7..ff0aa8af611db 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -32,8 +32,9 @@ Bug reports and enhancement requests Bug reports are an important part of making *pandas* more stable. Having a complete bug report will allow others to reproduce the bug and provide insight into fixing. See -`this stackoverflow article `_ for tips on -writing a good bug report. +`this stackoverflow article `_ and +`this blogpost `_ +for tips on writing a good bug report. Trying the bug-producing code out on the *master* branch is often a worthwhile exercise to confirm the bug still exists. It is also worth searching existing bug reports and pull requests