File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,18 @@ guidelines when reporting a new bug.
48
48
if you're not sure if what you're seeing is a bug. You can also ask in the
49
49
`#scrapy ` IRC channel.
50
50
51
- * write complete, reproducible, specific bug reports. The smaller the test
51
+ * write ** complete, reproducible, specific bug reports ** . The smaller the test
52
52
case, the better. Remember that other developers won't have your project to
53
53
reproduce the bug, so please include all relevant files required to reproduce
54
- it.
54
+ it. See for example StackOverflow's guide on creating a
55
+ `Minimal, Complete, and Verifiable example `_ exhibiting the issue.
55
56
56
57
* include the output of ``scrapy version -v `` so developers working on your bug
57
58
know exactly which version and platform it occurred on, which is often very
58
59
helpful for reproducing it, or knowing if it was already fixed.
59
60
61
+ .. _Minimal, Complete, and Verifiable example : https://stackoverflow.com/help/mcve
62
+
60
63
Writing patches
61
64
===============
62
65
You can’t perform that action at this time.
0 commit comments