File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed
Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 11---
22name : Bug report
3- about : Create a report to help us improve
4- title : ' '
5- labels : ' '
3+ about : Report a reproducible problem
4+ title : " [BUG] brief description "
5+ labels : bug
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an enhancement or new capability
4+ title : " [FEATURE] brief description"
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ### 💡 Feature request
11+
12+ ** Describe the problem**
13+ What problem are you trying to solve or what limitation did you encounter?
14+
15+ ---
16+
17+ ** Proposed solution / API**
18+ Describe the new behavior or API and how you expect it to work.
19+ Include short examples or pseudo-code if helpful.
20+
21+ ``` go
22+ // Example
23+ tj := &timberjack.Logger {
24+ Filename : " app.log" ,
25+ RotateEvery : time.Hour , // new option for fixed-interval rotation
26+ }
27+ ```
28+ ** Benefits**
29+ Explain why this change improves the library, user experience, or performance.
You can’t perform that action at this time.
0 commit comments