aboutsummaryrefslogtreecommitdiffhomepage
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-02-17 17:48:34 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-17 17:50:38 -0800
commit48fc36428c12bc31117f240104bd216df504598b (patch)
treee513b42e4c68e8ebd86a81ec5fb8278079e279f0 /ISSUE_TEMPLATE.md
parent325a1f1e342ca5e6f776c5838879a056e43147ea (diff)
TensorFlow: Small wording changes on ISSUE_TEMPLATE, move
to right place. Change: 114919198
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..37a2a6ddf7
--- /dev/null
+++ b/ISSUE_TEMPLATE.md
@@ -0,0 +1,23 @@
+For bugs/issues, please fill in the following. The more information you
+provide, the more likely we can help you.
+
+### Environment info
+Operating System:
+
+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:
+
+### Steps to reproduce
+1.
+2.
+3.
+
+### What have you tried?
+1.
+
+### Logs or other output that would be helpful
+(If logs are large, please upload as attachment).