Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit f0a4246

Browse files
authored
Update issue templates
1 parent bb409d8 commit f0a4246

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. In '...' directory, run command '...'
16+
2. See error (please copy&paste full log and stacktraces).
17+
18+
Please copy&paste text instead of screenshots for better searchability.
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. Linux Ubuntu 20.04, Windows 10]
28+
- PyTorch version (e.g., pytorch 1.7.1)
29+
- CUDA toolkit version (e.g., CUDA 11.0)
30+
- NVIDIA driver version
31+
- GPU [e.g., Titan V, RTX 3090]
32+
- Docker: did you use Docker? If yes, specify docker image URL (e.g., nvcr.io/nvidia/pytorch:20.12-py3)
33+
34+
**Additional context**
35+
Add any other context about the problem here.

0 commit comments

Comments
 (0)