From 522d0f045efdfe404f66df42053f156ec41a0574 Mon Sep 17 00:00:00 2001 From: gritbub <38131016+gritbub@users.noreply.github.com> Date: Sat, 2 Jun 2018 18:33:05 -0500 Subject: Replace Minimum with Minimal --- doc/contribute.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute.rst b/doc/contribute.rst index 7886b538a..075a401c8 100644 --- a/doc/contribute.rst +++ b/doc/contribute.rst @@ -40,7 +40,7 @@ Please, report issues of this kind through |SHIELD:bug-report|, as this allows u to assign developers to them. You can track the issue’s state and see how it’s getting solved. .. IMPORTANT:: - To make it easier, please elaborate a `Minimum (non) Working Example` (`MWE `_) prior to sending the report, so that the possible bug source is isolated. Should the MWE compile and run, it would be a good idea to make it look like a test and to make an assert statement that will stop execution; a severity level `note` indicates success, while a severity level `failure` indicates failure. + To make it easier, please elaborate a `Minimal (non) Working Example` (`MWE `_) prior to sending the report, so that the possible bug source is isolated. Should the MWE compile and run, it would be a good idea to make it look like a test and to make an assert statement that will stop execution; a severity level `note` indicates success, while a severity level `failure` indicates failure. Also, please include enough information for the maintainers to reproduce the problem. This includes: -- cgit v1.2.3