Skip to content

Commit 88c187a

Browse files
authored
Update issue templates
1 parent b3a5e28 commit 88c187a

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: Bug report
3+
about: Report an issue of this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Read this first
11+
12+
We don't use this issue tracker to help users. If you had trouble, please ask it on some user community.
13+
Please use this tracker only when you are sure about it is an issue of this software.
14+
15+
And please provide full information from first. I don't want to ask questions like "What is your Python version?", "Do you confirm MySQL error log?". If the issue report looks incomplete, I will just close it.
16+
17+
Are you ready? Please remove until here and make a good issue report!!
18+
19+
20+
### Describe the bug
21+
22+
A clear and concise description of what the bug is.
23+
24+
### To Reproduce
25+
26+
**Schema**
27+
28+
```
29+
create table ....
30+
```
31+
32+
**Code**
33+
34+
```py
35+
con = MySQLdb.connect(...)
36+
cur = con.cursor()
37+
cur.execute(...)
38+
```
39+
40+
### Environment
41+
42+
**MySQL Server**
43+
44+
- Server OS (e.g. Windows 10, Ubuntu 20.04):
45+
- Server Version (e.g. MariaDB 10.3.16):
46+
47+
**MySQL Client**
48+
49+
- OS (e.g. Windows 10, Ubuntu 20.04):
50+
51+
- Python (e.g. Homebrew Python 3.7.5):
52+
53+
- Connector/C (e.g. Homebrew mysql-client 8.0.18):
54+
55+
56+
### Additional context
57+
58+
Add any other context about the problem here.

0 commit comments

Comments
 (0)