Skip to content

Commit b84dafb

Browse files
committed
Add issue template.
1 parent 8d46342 commit b84dafb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
BEFORE SUBMITTING A NEW ISSUE...
3+
4+
Please try a different theme to make sure the problem
5+
is not with the theme and is actually with the syntax.
6+
7+
If you are not reporting a bug please remove this template
8+
and describe the issue in your own words.
9+
-->
10+
11+
### Environment
12+
13+
- Editor and Version (VS Code, Atom, Sublime):
14+
- Your primary theme:
15+
16+
### Issue Description
17+
18+
<!-- Describe the issue in detail -->
19+
20+
#### Screenshots
21+
22+
<!-- If possible include screenshots of the issue -->
23+
24+
### Expected Behavior
25+
26+
<!-- How would you expect it to behave -->
27+
28+
### Code Samples
29+
30+
<!--
31+
Include any code sippets that can be used to reproduce the
32+
described behavior.
33+
-->
34+
35+
```PowerShell
36+
37+
38+
```

0 commit comments

Comments
 (0)