Skip to content

Commit 506c1f0

Browse files
authored
add bug issues template
1 parent a253116 commit 506c1f0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "Bug Report"
3+
about: "Report a bug or issue."
4+
title: "Bug Report Title"
5+
labels: ["bug", "help wanted"]
6+
---
7+
8+
## Description
9+
Please describe the bug you encountered, including steps to reproduce it.
10+
11+
## Steps to Reproduce
12+
1. Step 1
13+
2. Step 2
14+
3. Step 3 ...
15+
16+
## Expected Behavior
17+
What did you expect to happen?
18+
19+
## Actual Behavior
20+
What actually happened?
21+
22+
## Additional Context
23+
Add any other context about the problem, screenshots, or logs that might be helpful.

0 commit comments

Comments
 (0)