Skip to content

Commit 58954b2

Browse files
authored
[misc] Add an existing issue checkbox in bug report (#5691)
Co-authored-by: Wenxuan(Eden) Tan <[email protected]>
1 parent 77ec773 commit 58954b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ body:
88
attributes:
99
value: >
1010
#### Not suitable for your needs? [Open a blank issue](https://github.com/hpcaitech/ColossalAI/issues/new).
11+
- type: checkboxes
12+
attributes:
13+
label: Is there an existing issue for this bug?
14+
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.
15+
options:
16+
- label: I have searched the existing issues
17+
required: true
1118
- type: textarea
1219
attributes:
1320
label: 🐛 Describe the bug

0 commit comments

Comments
 (0)