From 58954b2986da2803c74a10a6c76ec2e53bfddb67 Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Tue, 7 May 2024 12:18:50 +0800 Subject: [PATCH] [misc] Add an existing issue checkbox in bug report (#5691) Co-authored-by: Wenxuan(Eden) Tan --- .github/ISSUE_TEMPLATE/bug-report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c09c10308..9f1d504ad 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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