Skip to content

Commit d775505

Browse files
committed
Merge branch 'release-0.4.0'
2 parents 5d2430c + 49b1186 commit d775505

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

0 commit comments

Comments
 (0)