Skip to content

Commit 0fed09c

Browse files
author
Ryan Sepassi
authored
Update ISSUE_TEMPLATE
1 parent 4e218e4 commit 0fed09c

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

ISSUE_TEMPLATE.md

+18-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
<!-- **Note** Please tag your issue with *bug*, *feature request* or *help* -->
2-
31
### Description
42

5-
>
6-
7-
### *TensorFlow* and *tensor2tensor* versions
3+
...
84

9-
<!-- **Note** Run `pip freeze | grep tensor` to get versions -->
5+
### Environment information
106

11-
>
7+
```
8+
OS: <your answer here>
129
13-
### In case of bug report: Steps to reproduce the problem
10+
$ pip freeze | grep tensor
11+
# your output here
1412
15-
>
13+
$ python -V
14+
# your output here
15+
```
1616

17-
### In case of bug report: Error log
17+
### For bugs: reproduction and error logs
1818

19-
<!-- Please use code markdown (```) to format output messages. -->
20-
<!-- See https://help.github.com/articles/creating-and-highlighting-code-blocks/ -->
19+
```
20+
# Steps to reproduce:
21+
...
22+
```
2123

22-
>
24+
```
25+
# Error logs:
26+
...
27+
```

0 commit comments

Comments
 (0)