Skip to content

Commit 391b1c4

Browse files
committed
chore: add GitHub issue templates
1 parent 7466335 commit 391b1c4

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or unexpected behavior
4+
labels: bug
5+
---
6+
7+
## Description
8+
A clear description of the bug.
9+
10+
## Steps to Reproduce
11+
1.
12+
2.
13+
3.
14+
15+
## Expected Behavior
16+
What you expected to happen.
17+
18+
## Actual Behavior
19+
What actually happened.
20+
21+
## Environment
22+
- OS:
23+
- Go version:
24+
- Module version:
25+
26+
## Additional Context
27+
Any additional information, logs, or screenshots.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an enhancement or new feature
4+
labels: enhancement
5+
---
6+
7+
## Use Case
8+
What problem does this solve?
9+
10+
## Proposed Solution
11+
How you'd like it to work.
12+
13+
## Alternatives Considered
14+
Other approaches you've considered.
15+
16+
## Additional Context
17+
Any additional information.

0 commit comments

Comments
 (0)