From f9371cfe1913cb4b4d13530d95eb9027983a2424 Mon Sep 17 00:00:00 2001 From: Marcela Morales Quispe Date: Sun, 7 Oct 2018 12:47:10 -0500 Subject: [PATCH] [Documentation] Format code block. Signed-off-by: Marcela Morales Quispe --- ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 52faed9297c..b3d84ad8c94 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -29,9 +29,11 @@ You can collect some of this information using our environment capture script: https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh -You can obtain the TensorFlow version with +You can obtain the TensorFlow version with: +```bash python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)" +``` ### Describe the problem Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.