mirror of https://github.com/hpcaitech/ColossalAI
[misc] Add an existing issue checkbox in bug report (#5691)
Co-authored-by: Wenxuan(Eden) Tan <wtan45@wisc.edu>pull/5525/head
parent
77ec773388
commit
58954b2986
|
@ -8,6 +8,13 @@ body:
|
|||
attributes:
|
||||
value: >
|
||||
#### Not suitable for your needs? [Open a blank issue](https://github.com/hpcaitech/ColossalAI/issues/new).
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this bug?
|
||||
description: Please search [here](https://github.com/hpcaitech/ColossalAI/issues) to see if an open or closed issue already exists for the bug you have encountered.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 🐛 Describe the bug
|
||||
|
|
Loading…
Reference in New Issue