Skip to content

Commit 51b68e9

Browse files
committed
docs: add bug report issue template
- Add GitHub issue template for bug reports - Include environment information and reproduction steps
1 parent 4948243 commit 51b68e9

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Before you submit an issue, please search for existing issues to avoid duplicates.**
11+
12+
**Issue description:**
13+
14+
Please provide a clear and concise description of your issue.
15+
16+
**Steps to reproduce:**
17+
18+
Please list the steps to reproduce the issue, such as:
19+
20+
1. `command 0`
21+
2. `command 2`
22+
3. `command 3`
23+
4. See error
24+
25+
**Expected behavior:**
26+
27+
Please describe what you expected to happen.
28+
29+
**Error logging:**
30+
31+
If applicable, please copy and paste the error message or stack trace here. Use code blocks for better readability.
32+
33+
**Environment:**
34+
35+
Please provide information about your environment, such as:
36+
37+
- [ ] Using container
38+
39+
- OS: (Ubuntu 14.04, CentOS7)
40+
- GPU info:
41+
- `nvidia-smi` (e.g. `NVIDIA-SMI 525.116.04 Driver Version: 525.116.04 CUDA Version: 12.0`)
42+
- Graphics cards: (e.g. 4090x8)
43+
- Python: (e.g. CPython3.9)
44+
- currently, only python>=3.9 is supported
45+
- GenRL: (git commit-hash)
46+
- for container: `docker run --entrypoint cat --rm ghcr.io/modeltc/genrl:main /genrl/.git/refs/heads/main`
47+
- PyTorch: `pip show torch`
48+
49+
**Additional context:**
50+
51+
Please add any other context or screenshots about the issue here.
52+
53+
**Language:**
54+
55+
Please use English as much as possible for better communication.

0 commit comments

Comments
 (0)