Skip to content

Commit efcdbf6

Browse files
authored
Update bug_report.md
1 parent d69fada commit efcdbf6

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'bug,needs-triage'
66
assignees: ''
77

88
---
@@ -11,28 +11,16 @@ assignees: ''
1111
A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
14+
Steps to reproduce the behavior.
15+
Please give code examples or concete SQL statements. Take care of not posting any sensitive information when pasting SQL statements!
16+
What's the concrete error / traceback.
1917

2018
**Expected behavior**
2119
A clear and concise description of what you expected to happen.
2220

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
21+
**Versions (please complete the following information):**
22+
- Python: [e.g. 3.11.2]
23+
- sqlparse: [e.g. 0.4.1]
3624

3725
**Additional context**
3826
Add any other context about the problem here.

0 commit comments

Comments
 (0)