We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b77a054 + efa3517 commit 1156a6eCopy full SHA for 1156a6e
.github/ISSUE_TEMPLATE/bug_report.md
@@ -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
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