File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Prerequisites
2
+ Please check that your issue isn't already filed: [ issues] ( https://github.com/webdevel/autocomplete-sql/issues )
3
+
4
+ ### Description
5
+ [ Description of the issue]
6
+
7
+ ### Steps to Reproduce
8
+ 1 . [ First Step]
9
+ 2 . [ Second Step]
10
+ 3 . [ and so on...]
11
+
12
+ ### Expected behavior
13
+ [ What you expect to happen]
14
+
15
+ ### Actual behavior
16
+ [ What actually happens]
17
+
18
+ ### Reproduces how often
19
+ [ What percentage of the time does it reproduce?]
20
+
21
+ ### Versions
22
+ You can get the version information by copy and pasting the output of the following commands from the command line.
23
+ #### Atom Version
24
+ ` atom --version `
25
+ #### Autocomplete SQL Version - Linux or MacOS
26
+ ` apm list | grep autocomplete-sql `
27
+ #### Autocomplete SQL Version - Windows
28
+ ` apm list | findstr /c:"autocomplete-sql" `
29
+ #### OS Version - Linux or MacOS
30
+ ` uname -a `
31
+ #### OS Version - Windows
32
+ ` systeminfo | findstr /c:"OS" `
33
+ > Please include the OS and what version of the OS you're running.
34
+
35
+ ### Additional Information
36
+ Any additional information, configuration or data that might be necessary to reproduce the issue.
You can’t perform that action at this time.
0 commit comments