Skip to content

Commit a461f47

Browse files
authored
Update bug report template (#1266)
* make it clear the repro needs to be reproducible * title
1 parent 9f2943e commit a461f47

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,16 @@ body:
5252
validations:
5353
required: true
5454
attributes:
55-
label: Reproduction
55+
label: Reproduction (minimal, reproducible, runnable)
5656
description: |
5757
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
5858
If you have code snippets, error messages, stack traces please provide them here as well.
5959
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
6060
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
61+
Providing a **minimal**, **reproducible** reproduction using a **publicly available model** significantly increase the chances of a fix in a timely manner.
6162
6263
placeholder: |
63-
Steps to reproduce the behavior:
64-
65-
1.
66-
2.
67-
3.
64+
Providing a minimal, reproducible reproduction using a publicly available model significantly increase the chances of a fix in a timely manner.
6865
6966
7067
- type: textarea

0 commit comments

Comments
 (0)