Skip to content

Commit ef66989

Browse files
authored
add: issue template
1 parent fede65a commit ef66989

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: kozistr
7+
8+
---
9+
10+
## Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
## To Reproduce
15+
16+
* OS : (e.g. Linux, Windows, MacOS)
17+
* PyTorch version : (e.g. 2.0.1, 1.13, >=1.8, <1.10)
18+
* Python version : (e.g. 3.8, 3.11
19+
* reproducible codes :
20+
21+
## Log
22+
23+
attach the complete log here! (highlighted texts or screenshots are welcome)
24+
25+
## Expected behavior
26+
27+
A clear and concise description of what you expected to happen.
28+
29+
## Additional context
30+
31+
Add any other context about the problem here.

0 commit comments

Comments
 (0)