From fb7a2ba5fc9629d426e2fc28dac5108d46314fe9 Mon Sep 17 00:00:00 2001 From: Martin Wicke Date: Fri, 22 Jul 2016 09:41:45 -0700 Subject: [PATCH] Add bazel version to issue template (#3465) * Add bazel version to issue template * Add instructions how to get commit hash --- ISSUE_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 9525df9a4bd..f323d239722 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -18,7 +18,10 @@ If installed from binary pip package, provide: 1. Which pip package you installed. 2. The output from `python -c "import tensorflow; print(tensorflow.__version__)"`. -If installed from sources, provide the commit hash: +If installed from source, provide + +1. The commit hash (`git rev-parse HEAD`) +2. The output of `bazel version` ### Steps to reproduce 1.