Skip to content

Commit f4b16c5

Browse files
committed
docs: move reproduction code instructions from body to desc in bug template
1 parent 6ca4735 commit f4b16c5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ body:
1717
- type: textarea
1818
attributes:
1919
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
2428
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.
2830
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:
3132
https://stackoverflow.com/help/minimal-reproducible-example
32-
-->
3333
validations:
3434
required: true
3535
- type: textarea

0 commit comments

Comments
 (0)