Skip to content

Commit cd654ac

Browse files
authored
ci: Update issue templates
1 parent 1d37a3d commit cd654ac

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear, concise summary of the problem.
12+
13+
---
14+
15+
## Environment
16+
- **timberjack version:** v1.x.y
17+
- **Go version:** go1.22.x (output of `go version`)
18+
- **OS/Arch:** e.g., linux/amd64
19+
- **Runtime:** container? k8s? bare metal?
20+
- **Filesystem (if relevant):** e.g., ext4, NFS, tmpfs
21+
- **Command used to repro:** e.g., `go test -count=1 ./...`
22+
23+
---
24+
25+
## Steps to reproduce
26+
1.
27+
2.
28+
3.
29+
30+
### Minimal code (required)
31+
> Provide the smallest program or test that reproduces the issue.
32+
33+
```go
34+
package main
35+
36+
func main() {
37+
// minimal example here
38+
}

0 commit comments

Comments
 (0)