File tree 1 file changed +7
-17
lines changed
1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -10,29 +10,19 @@ assignees: ''
10
10
** Describe the bug**
11
11
A clear and concise description of what the bug is.
12
12
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
+ ```
19
20
20
21
** Expected behavior**
21
22
A clear and concise description of what you expected to happen.
22
23
23
24
** Screenshots**
24
25
If applicable, add screenshots to help explain your problem.
25
26
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
-
37
27
** Additional context**
38
28
Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments