Skip to content

Commit 8044bc6

Browse files
committed
chore: add .github/ISSUE_TEMPLATE/bug_report.md
1 parent a6c7a6a commit 8044bc6

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve ESEILANE
4+
title: "[BUG] "
5+
labels: ["bug", "needs-triage"]
6+
assignees: []
7+
---
8+
9+
## Bug Description
10+
11+
A clear and concise description of what the bug is.
12+
13+
## Steps to Reproduce
14+
15+
1. Go to '...'
16+
2. Run query '...'
17+
3. See error
18+
19+
## Expected Behavior
20+
21+
A clear description of what you expected to happen.
22+
23+
## Actual Behavior
24+
25+
What actually happened. Include full error messages and stack traces.
26+
27+
## Environment
28+
29+
- **ESEILANE Version**: [e.g. 1.2.0]
30+
- **OS**: [e.g. Ubuntu 22.04, macOS 14]
31+
- **Python Version**: [e.g. 3.11.5] (if applicable)
32+
- **Node.js Version**: [e.g. 20.10.0] (if applicable)
33+
- **Deployment**: [Docker / Bare Metal / Kubernetes]
34+
35+
## Minimal Reproducible Example
36+
37+
```python
38+
# Paste your minimal code example here
39+
from eseilane import ESEILANE
40+
db = ESEILANE(host='localhost', port=6379)
41+
# ...
42+
```
43+
44+
## Additional Context
45+
46+
Add any other context about the problem here (logs, screenshots, config files).

0 commit comments

Comments
 (0)