Skip to content

Commit 8f90600

Browse files
authored
Update issue templates
1 parent 9f1b856 commit 8f90600

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+39
Original file line numberDiff line numberDiff line change
@@ -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 = 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

Comments
 (0)