docs(issue_template): add bug report template for GitHub issues
Browse filesAdd a standardized bug report template to help contributors provide consistent and complete information when reporting issues.
.github/ISSUE_TEMPLATE/bug_report.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: Bug report
|
| 3 |
+
about: Report a problem or malfunction
|
| 4 |
+
title: "[Bug] "
|
| 5 |
+
labels: bug
|
| 6 |
+
assignees: ""
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Describe the bug
|
| 10 |
+
A clear and concise description of what the bug is.
|
| 11 |
+
|
| 12 |
+
## To reproduce
|
| 13 |
+
Steps to reproduce the behavior.
|
| 14 |
+
|
| 15 |
+
## Expected behavior
|
| 16 |
+
A clear and concise description of what you expected to happen.
|
| 17 |
+
|
| 18 |
+
## Screenshots or logs
|
| 19 |
+
If applicable, add screenshots or logs to help explain your problem.
|
| 20 |
+
|
| 21 |
+
## Environment
|
| 22 |
+
- OS:
|
| 23 |
+
- Python:
|
| 24 |
+
- GPU:
|
| 25 |
+
- Package versions:
|
| 26 |
+
|
| 27 |
+
## Additional context
|
| 28 |
+
Add any other context about the problem here.
|