Skip to content

Commit 5989466

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

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: 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
66
assignees: ''
77

88
---
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

0 commit comments

Comments
 (0)