[misc] Add an existing issue checkbox in bug report (#5691)

Co-authored-by: Wenxuan(Eden) Tan <wtan45@wisc.edu>
pull/5525/head
Edenzzzz 7 months ago committed by GitHub
parent 77ec773388
commit 58954b2986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save