Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.02 KB

ISSUE_TEMPLATE.md

File metadata and controls

36 lines (29 loc) · 1.02 KB

Prerequisites

Please check that your issue isn't already filed: issues

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior

[What you expect to happen]

Actual behavior

[What actually happens]

Reproduces how often

[What percentage of the time does it reproduce?]

Versions

You can get the version information by copy and pasting the output of the following commands from the command line.

Atom Version

atom --version

Autocomplete SQL Version - Linux or MacOS

apm list | grep autocomplete-sql

Autocomplete SQL Version - Windows

apm list | findstr /c:"autocomplete-sql"

OS Version - Linux or MacOS

uname -a

OS Version - Windows

systeminfo | findstr /c:"OS"

Please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.