Skip to content

Commit ed970d7

Browse files
committed
improved issue template
1 parent 4798c9b commit ed970d7

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+7-17
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,19 @@ assignees: ''
1010
**Describe the bug**
1111
A clear and concise description of what the bug is.
1212

13-
**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
13+
**Code To Reproduce**
14+
Show your code!
15+
16+
```js
17+
const Importer = require('mysql-import');
18+
// Your code here...
19+
```
1920

2021
**Expected behavior**
2122
A clear and concise description of what you expected to happen.
2223

2324
**Screenshots**
2425
If applicable, add screenshots to help explain your problem.
2526

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]
36-
3727
**Additional context**
3828
Add any other context about the problem here.

0 commit comments

Comments
 (0)