|
1 |
| -> This is a guideline to help us to understand SQLTools Issues. |
| 1 | +> This issue template helps us understand your SQLTools issues better. |
| 2 | +> |
| 3 | +> You don't need to stick to this template, but please try to guide us to reproduce the errors or understand your feature requests. |
2 | 4 | >
|
3 |
| -> You don't need to stick to this, but please try to guide us to reproduce the errors or understand your feature requests. |
| 5 | +> Before submitting an issue, please consider these things first: |
| 6 | +> * Are you running the latest version? If not, try to upgrade. |
| 7 | +> * Did you check the [Setup Guide](http://mtxr.github.io/SQLTools/)? |
| 8 | +> * Did you check the logs in console (``Ctrl+` `` or select *View → Show Console*)? |
4 | 9 |
|
5 | 10 | ### Issue Type
|
6 | 11 |
|
7 |
| -* [ ] Feature Request |
8 |
| -* [ ] Bugfix/Errors |
9 |
| -* [ ] Questions |
10 |
| -* [ ] Other |
| 12 | +Feature Request | |
| 13 | +Bug/Error | |
| 14 | +Question | |
| 15 | +Other |
11 | 16 |
|
12 |
| -### Prerequisites (For bugfixes) |
| 17 | +### Description |
13 | 18 |
|
14 |
| -* [ ] Are you running the latest version? |
15 |
| -* [ ] Did you check the logs? |
16 |
| -* [ ] Did you check the Setup? |
| 19 | +[Description of the bug / feature / question] |
17 | 20 |
|
18 |
| -### Description |
| 21 | +### Version |
| 22 | + |
| 23 | +- *SQLTools Version*: vX.Y.Z |
| 24 | +- *OS*: (Windows, Mac, Linux) |
| 25 | +- *RDBMS*: (MySQL, PostgreSQL, Oracle, MSSQL, SQLite, Vertica, ...) |
19 | 26 |
|
20 |
| -[Description of the bug or feature] |
| 27 | +> You can get this information by executing `ST: About` from Sublime `Command Palette`. |
21 | 28 |
|
22 | 29 | ### Steps to Reproduce (For bugfixes)
|
23 | 30 |
|
|
28 | 35 | **Expected behavior:** [What you expected to happen]
|
29 | 36 |
|
30 | 37 | **Actual behavior:** [What actually happened]
|
31 |
| - |
32 |
| -### Versions |
33 |
| - |
34 |
| -- *Version*: vX.Y.Z |
35 |
| -- *OS*: ... |
36 |
| -- *RDBMS*: (MySQL, PostgreSQL, Oracle, MSSQL, SQLite, Vertica, ...) |
37 |
| - |
38 |
| -You can get this information from executing `ST: About` from Sublime `Command Palette`. |
0 commit comments