Skip to content

Commit f9371cf

Browse files
committed
[Documentation] Format code block.
Signed-off-by: Marcela Morales Quispe <[email protected]>
1 parent 367f7d6 commit f9371cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ISSUE_TEMPLATE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ You can collect some of this information using our environment capture script:
2929

3030
https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
3131

32-
You can obtain the TensorFlow version with
32+
You can obtain the TensorFlow version with:
3333

34+
```bash
3435
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
36+
```
3537

3638
### Describe the problem
3739
Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.

0 commit comments

Comments
 (0)