8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b856 commit 8f90600Copy full SHA for 8f90600
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
13
+**To Reproduce**
14
+Complete steps to reproduce the behavior:
15
16
+Schema:
17
18
+```
19
+CREATE DATABASE ...
20
+CREATE TABLE ...
21
22
23
+Code:
24
25
+```py
26
+import pymysql
27
+con = 7690 pymysql.connect(...)
28
29
30
+**Expected behavior**
31
+A clear and concise description of what you expected to happen.
32
33
+**Environment**
34
+ - OS: [e.g. Windows, Linux]
35
+ - Server and version: [e.g. MySQL 8.0.19, MariaDB]
36
+ - PyMySQL version:
37
38
+**Additional context**
39
+Add any other context about the problem here.
0 commit comments