Move issue report to discussions

This commit is contained in:
Inada Naoki
2023-07-02 03:04:28 +09:00
parent 1468dce073
commit 8878212ee9
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: Bug Report
description: File a bug report
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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. 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. Please use this tracker only when you are sure about it is an issue of this software.

View File

@ -3,6 +3,10 @@ contact_links:
about: Ask help for build error. 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"
- name: Report issue
about: Found bug?
url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=issue-report"
- name: Ask question - name: Ask question
about: Ask other questions. about: Ask other questions.
url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=q-a" url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=q-a"