Skip to content

Commit 8878212

Browse files
committed
Move issue report to discussions
1 parent 1468dce commit 8878212

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: .github/ISSUE_TEMPLATE/bugreport.yml renamed to .github/DISCUSSION_TEMPLATE/issue-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Bug Report
2-
description: File a bug report
31
body:
42
- type: markdown
53
attributes:
64
value: |
5+
Failed to buid? [Use this form](https://github.com/PyMySQL/mysqlclient/discussions/new?category=build).
6+
77
We don't use this issue tracker to help users.
88
Please use this tracker only when you are sure about it is an issue of this software.
99

Diff for: .github/ISSUE_TEMPLATE/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ contact_links:
33
about: Ask help for build error.
44
url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=build"
55

6+
- name: Report issue
7+
about: Found bug?
8+
url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=issue-report"
9+
610
- name: Ask question
711
about: Ask other questions.
812
url: "https://github.com/PyMySQL/mysqlclient/discussions/new?category=q-a"

0 commit comments

Comments
 (0)