Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 1b90b3f

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent e5f66a8 commit 1b90b3f

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

ISSUE_TEMPLATE.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
> This is a guideline to help us to understand SQLTools Issues.
2+
>
3+
> You don't need to stick to this, but please try to guide us to reproduce the errors or understand your feature requests.
4+
5+
### Issue Type
6+
7+
* [ ] Feature Request
8+
* [ ] Bugfix/Errors
9+
* [ ] Questions
10+
* [ ] Other
11+
12+
### Prerequisites (For bugfixes)
13+
14+
* [ ] Are you running the latest version?
15+
* [ ] Did you check the logs?
16+
* [ ] Did you check the Setup?
17+
18+
### Description
19+
20+
[Description of the bug or feature]
21+
22+
### Steps to Reproduce (For bugfixes)
23+
24+
1. [First Step]
25+
2. [Second Step]
26+
3. [and so on...]
27+
28+
**Expected behavior:** [What you expected to happen]
29+
30+
**Actual behavior:** [What actually happened]
31+
32+
### Versions
33+
34+
- *Version*: vX.Y.Z
35+
- *OS*: ...
36+
37+
You can get this information from executing `ST: About` from Sublime `Command Palette`.

0 commit comments

Comments
 (0)