Skip to content

Commit

Permalink
[Issue template] Add checkbox asking for details to reproduce error (#…
Browse files Browse the repository at this point in the history
…6104)

* Add checkbox asking about reproducing error

* update

* Update

* Update checkbox
  • Loading branch information
Edenzzzz authored Jan 24, 2025
1 parent 97e60cb commit ca0aa23
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ body:
options:
- label: I have searched the existing issues
required: true

- type: checkboxes
attributes:
label: The bug has not been fixed in the latest main branch
options:
- label: I have checked the latest main branch
required: true

- type: dropdown
id: share_script
attributes:
label: Do you feel comfortable sharing a concise (minimal) script that reproduces the error? :)
description: If not, please share your setting/training config, and/or point to the line in the repo that throws the error.
If the issue is not easily reproducible by us, it will reduce the likelihood of getting responses.
options:
- Yes, I will share a minimal reproducible script.
- No, I prefer not to share.
validations:
required: true

- type: textarea
attributes:
label: 🐛 Describe the bug
Expand Down

0 comments on commit ca0aa23

Please sign in to comment.