From fc6b9da632fa6cd7170e77421ecf86653817327f Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Sun, 2 Jul 2023 03:07:09 +0900 Subject: [PATCH] fix templates --- .github/DISCUSSION_TEMPLATE/{build.yml => build-issue.yml} | 0 .github/DISCUSSION_TEMPLATE/issue-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/DISCUSSION_TEMPLATE/{build.yml => build-issue.yml} (100%) diff --git a/.github/DISCUSSION_TEMPLATE/build.yml b/.github/DISCUSSION_TEMPLATE/build-issue.yml similarity index 100% rename from .github/DISCUSSION_TEMPLATE/build.yml rename to .github/DISCUSSION_TEMPLATE/build-issue.yml diff --git a/.github/DISCUSSION_TEMPLATE/issue-report.yml b/.github/DISCUSSION_TEMPLATE/issue-report.yml index 1e4d293..6724fcf 100644 --- a/.github/DISCUSSION_TEMPLATE/issue-report.yml +++ b/.github/DISCUSSION_TEMPLATE/issue-report.yml @@ -2,7 +2,7 @@ body: - type: markdown attributes: value: | - Failed to buid? [Use this form](https://github.com/PyMySQL/mysqlclient/discussions/new?category=build). + Failed to buid? [Use this form](https://github.com/PyMySQL/mysqlclient/discussions/new?category=build-issue). 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 dc88cb1..9f1273e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - name: Failed to build about: Ask help for build error. - url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=build" + url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=build-issue" - name: Report issue about: Found bug?