From 984b35906aa17c90ef90b7707a78c32402711f9a Mon Sep 17 00:00:00 2001 From: Geoffrey Irving Date: Tue, 7 Jun 2016 08:47:19 -0700 Subject: [PATCH] Add backticks around snippet containing __version__ Otherwise we get "version" in bold, and users are confused. --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 932206137e0..9525df9a4bd 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -16,7 +16,7 @@ Installed version of CUDA and cuDNN: If installed from binary pip package, provide: 1. Which pip package you installed. -2. The output from python -c "import tensorflow; print(tensorflow.__version__)". +2. The output from `python -c "import tensorflow; print(tensorflow.__version__)"`. If installed from sources, provide the commit hash: