From af56c1d024777909fb24381650f629dc7f7e0b73 Mon Sep 17 00:00:00 2001 From: binmakeswell Date: Thu, 24 Mar 2022 12:25:00 +0800 Subject: [PATCH] fix discussion button in issue template (#504) --- .github/ISSUE_TEMPLATE/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bb6c942cd..673b1274c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,4 +7,5 @@ contact_links: url: https://github.com/hpcaitech/ColossalAI/blob/main/docs/images/WeChat.png about: This issue tracker is not for technical support. Please use WeChat, and ask the community for help. - name: 😊 Advanced question - GitHub Discussions - url: https://github.com/hpcaitech/ColossalAI/discussions \ No newline at end of file + url: https://github.com/hpcaitech/ColossalAI/discussions + about: Use GitHub Discussions for advanced and unanswered technical questions, requiring a maintainer's answer. \ No newline at end of file