Skip to content

Commit bee8003

Browse files
committed
chore: adding a bug issue template
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent aab80bf commit bee8003

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Submit a bug report on an issue encountered with TRTorch
4+
5+
---
6+
7+
## 🐛 Bug
8+
9+
<!-- A clear and concise description of what the bug is. -->
10+
11+
## To Reproduce
12+
13+
Steps to reproduce the behavior:
14+
15+
1.
16+
1.
17+
1.
18+
19+
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
20+
21+
## Expected behavior
22+
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
## Environment
26+
27+
> Build information about the TRTorch compiler can be found by turning on debug messages
28+
29+
- PyTorch Version (e.g., 1.0):
30+
- CPU Architecture:
31+
- OS (e.g., Linux):
32+
- How you installed PyTorch (`conda`, `pip`, `libtorch`, source):
33+
- Build command you used (if compiling from source):
34+
- Are you using local sources or building from archives:
35+
- Python version:
36+
- CUDA version:
37+
- GPU models and configuration:
38+
- Any other relevant information:
39+
40+
## Additional context
41+
42+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)