File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments