From 4f2a8393c79a1ef18db8bb874f205145fa272f73 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Fri, 23 Jun 2023 05:07:28 +0900 Subject: [PATCH] update issue config --- .github/ISSUE_TEMPLATE/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6116b04..198b7e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,8 @@ contact_links: - name: Failed to build + about: Ask help for build error. url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=build" - about: Ask help in this forum. + + - name: Ask question + about: Ask other questions. + url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=q-a"