From 8878212ee94e905b33333988f411faeb96e6f538 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Sun, 2 Jul 2023 03:04:28 +0900 Subject: [PATCH] Move issue report to discussions --- .../bugreport.yml => DISCUSSION_TEMPLATE/issue-report.yml} | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) rename .github/{ISSUE_TEMPLATE/bugreport.yml => DISCUSSION_TEMPLATE/issue-report.yml} (96%) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/DISCUSSION_TEMPLATE/issue-report.yml similarity index 96% rename from .github/ISSUE_TEMPLATE/bugreport.yml rename to .github/DISCUSSION_TEMPLATE/issue-report.yml index a3dc04a3..1e4d293c 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/DISCUSSION_TEMPLATE/issue-report.yml @@ -1,9 +1,9 @@ -name: Bug Report -description: File a bug report body: - type: markdown attributes: value: | + Failed to buid? [Use this form](https://github.com/PyMySQL/mysqlclient/discussions/new?category=build). + We don't use this issue tracker to help users. Please use this tracker only when you are sure about it is an issue of this software. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 198b7e02..dc88cb1a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,10 @@ contact_links: about: Ask help for build error. url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=build" + - name: Report issue + about: Found bug? + url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=issue-report" + - name: Ask question about: Ask other questions. url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=q-a"