1 parent 1febc89 commit b29dd46Copy full SHA for b29dd46
1 file changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
1
+---
2
+name: Bug report
3
+about: Report a bug or unexpected behavior
4
+title: '[Bug] '
5
+labels: bug
6
+assignees: ''
7
8
+
9
+## Describe the Bug
10
11
+A clear description of what the bug is.
12
13
+## Steps to Reproduce
14
15
+1. Run `...`
16
+2. See error
17
18
+## Expected Behavior
19
20
+What you expected to happen.
21
22
+## Environment
23
24
+- OS: [e.g., Ubuntu 22.04, macOS 14, Windows 11]
25
+- GPU: [e.g., H100, RTX 4090, M2 Max]
26
+- Python version: `python --version`
27
+- PyTorch version: `python -c "import torch; print(torch.__version__)"`
28
+- uv version: `uv --version`
29
30
+## Logs / Error Output
31
32
+```
33
+Paste relevant logs here
34
35
36
+## Additional Context
37
38
+Any other context (commit hash, dataset used, etc.).
0 commit comments