Skip to content

Commit

Permalink
Update bug report template (#1266)
Browse files Browse the repository at this point in the history
* make it clear the repro needs to be reproducible

* title
  • Loading branch information
fxmarty authored Aug 11, 2023
1 parent 9f2943e commit a461f47
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,16 @@ body:
validations:
required: true
attributes:
label: Reproduction
label: Reproduction (minimal, reproducible, runnable)
description: |
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
If you have code snippets, error messages, stack traces please provide them here as well.
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
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
Providing a **minimal**, **reproducible** reproduction using a **publicly available model** significantly increase the chances of a fix in a timely manner.
placeholder: |
Steps to reproduce the behavior:
1.
2.
3.
Providing a minimal, reproducible reproduction using a publicly available model significantly increase the chances of a fix in a timely manner.
- type: textarea
Expand Down

0 comments on commit a461f47

Please sign in to comment.