Skip to content

Commit

Permalink
MNT: Update GH bug report template (#1600)
Browse files Browse the repository at this point in the history
* Update GH bug report template

* Formatting
  • Loading branch information
BenjaminBossan authored Mar 28, 2024
1 parent c4c826c commit 02b5aed
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ body:
attributes:
label: Who can help?
description: |
Your issue will be replied to more quickly if you can figure out the right person to tag with @
Your issue will be replied to more quickly if you can figure out the right person to tag with @.
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
All issues are read by one of the core maintainers, so if you don't know who to tag, just leave this blank and
a core maintainer will ping the right person.
Please tag fewer than 3 people.
Library: @pacman100 @younesbelkada @sayakpaul
Documentation: @stevhliu and @MKhalusova
Library: @pacman100 @younesbelkada @benjaminbossan @sayakpaul
Documentation: @stevhliu
placeholder: "@Username ..."

Expand Down Expand Up @@ -55,12 +55,11 @@ body:
label: Reproduction
description: |
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
Please provide the simplest reproducer as possible so that we can quickly fix the issue.
Please provide the simplest reproducer as possible so that we can quickly fix the issue. When you paste
the error message, please include the full traceback.
placeholder: |
Reproducer:
Reproducer:
- type: textarea
id: expected-behavior
Expand Down

0 comments on commit 02b5aed

Please sign in to comment.