Skip to content

Commit 1156a6e

Browse files
Merge remote-tracking branch 'origin/main'
2 parents b77a054 + efa3517 commit 1156a6e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
you code:
15+
16+
```go
17+
18+
```
19+
20+
you input:
21+
22+
```txt
23+
```
24+
25+
you output:
26+
27+
```txt
28+
29+
```
30+
31+
**Expected behavior**
32+
A clear and concise description of what you expected to happen.
33+
34+
**Additional context**
35+
Add any other context about the problem here.

0 commit comments

Comments
 (0)