mirror of https://github.com/hpcaitech/ColossalAI
[Issue template] Add checkbox asking for details to reproduce error (#6104)
* Add checkbox asking about reproducing error * update * Update * Update checkboxpre-commit-ci-update-config
parent
97e60cbbcb
commit
ca0aa2365d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue