File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ body:
17
17
- type : textarea
18
18
attributes :
19
19
label : Reproduction
20
- description : Minimal code snippet to reproduce the bug.
21
- value : |
22
- <!--
23
- Put a minimal reproducible example here.
20
+ description : |
21
+ Minimal code snippet to reproduce the bug.
22
+
23
+ **IMPORTANT!** It should:
24
+ - include all code needed to reproduce the issue
25
+ - include all required imports
26
+ - be self-contained - without references to any code outside
27
+ - be as small as possible, without unrelated code from your project
24
28
25
- It should include all code needed to reproduce the issue
26
- and be self-contained - without references to any code outside,
27
- so it can be copy-pasted and run as-is.
29
+ It should be possible to copy-paste the code and run it as-is.
28
30
29
- See the StackOverflow guide on how to create
30
- a Minimal, Complete, and Reproducible example:
31
+ See the StackOverflow guide on how to create a Minimal, Complete, and Reproducible example:
31
32
https://stackoverflow.com/help/minimal-reproducible-example
32
- -->
33
33
validations :
34
34
required : true
35
35
- type : textarea
You can’t perform that action at this time.
0 commit comments