From 32ae0403d6bf00dd6edf89cac12a2b0c26fe6186 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 6 Jul 2017 22:31:52 +0900 Subject: [PATCH] add ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..4b7cf39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +**IF YOU HAVE SOME TROUBLE, IT'S MAY NOT ISSUE OF THIS PROJECT. GO STACKOVERFLOW!!!** + +If you failed to build, go Stackoverflow. +If you failed to install, go Stackoverflow. +If you failed to connect to database, go Stackoverflow. + +FYI, MySQL Connector/C 6.1.10 has bug. see https://github.com/PyMySQL/mysqlclient-python/issues/169#issuecomment-299778504 + +Only when If you're sure it's PyMySQL's issue, report the complete steps to reproduce, from creating database. + +I don't have time to investigate your issue from an incomplete code snippet. + +See also: https://medium.com/@methane/why-you-must-not-ask-questions-on-github-issues-51d741d83fde