Skip to content

Commit 60da1ce

Browse files
committed
chore: add bug report template
1 parent ff6d347 commit 60da1ce

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug Report
3+
about: Report a problem or unexpected behavior
4+
title: ""
5+
labels: ["bug"]
6+
assignees: []
7+
---
8+
9+
## Description
10+
A clear and concise description of what the bug is.
11+
12+
## Steps to Reproduce
13+
1. Go to '...'
14+
2. Click on '....'
15+
3. Scroll down to '....'
16+
4. See error
17+
18+
## Expected Behavior
19+
A clear and concise description of what you expected to happen.
20+
21+
## Actual Behavior
22+
A clear and concise description of what actually happened.
23+
24+
## Environment
25+
Please include the output of `wakatime-ls --health` here:
26+
27+
```
28+
# Paste output here
29+
```

0 commit comments

Comments
 (0)