From f92e4b5f3cb403cc38085393b66fed64b765cc22 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 14 Oct 2015 17:10:19 -0400 Subject: [PATCH] [Doc] Add link to guidelines for creating good examples for bug reports --- doc/sphinx/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/faq.rst b/doc/sphinx/faq.rst index 1479e2fb7..d5baa63b6 100644 --- a/doc/sphinx/faq.rst +++ b/doc/sphinx/faq.rst @@ -124,8 +124,8 @@ Support and Bug Reporting - Check the `Issue Tracker `_ to see if the issue has already been reported. - - Try to generate a complete, minimal example that demonstrates the - observed bug. + - Try to generate a `minimal, complete, and verifiable example + `_ that demonstrates the observed bug. - Create a new issue on the tracker. Include as much information as possible about your system configuration (operating system, compiler versions, Python versions, installation method, etc.)