Skip to content

Commit 49b1186

Browse files
committed
Merge branch 'feature-add-issue-template' into develop
2 parents 98099a2 + f88db51 commit 49b1186

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autocomplete-sql",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Autocomplete SQL provider for Atom Autocomplete Plus",
55
"main": "./lib/main",
66
"license": "MIT",

0 commit comments

Comments
 (0)