aboutsummaryrefslogtreecommitdiffhomepage
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-04-17 20:41:44 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-17 22:15:14 -0700
commit69a4cf80a129af3fe46b6ff9c509be442d5a06f9 (patch)
tree518cff65134008841e91018be821e843500dabbd /ISSUE_TEMPLATE.md
parentcca1b71352d246fc292d6e6b9cda63810c659c83 (diff)
Merge changes from github.
Change: 153426348
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md24
1 files changed, 21 insertions, 3 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 50f67963bf..d0979e87f7 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,14 +1,32 @@
-NOTE: Issues that are not bugs or feature requests will be closed. Please ask usage questions on StackOverflow.
+Please go to Stack Overflow for help and support. http://stackoverflow.com/questions/tagged/tensorflow
+If you open a GitHub issue, here is our policy:
-### You must complete this information or else your issue will be closed
+1. It must be a bug or feature request.
+2. The form below must be filled out.
+
+**Here's why we have that policy**: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g. fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
+
+------------------------
+
+Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
+
+### System Information
- *Have I written custom code (as opposed to using a stock example script provided in TensorFlow)?*:
+- *OS Platform and Distribution (i.e. Linux Ubuntu 16.0)*:
- *TensorFlow installed from (source or binary)?*:
-- *TensorFlow version*:
+- *TensorFlow version* (use command below):
- *Bazel version (if compiling from source)*:
- *CUDA/cuDNN version*:
- *GPU Model and Memory*:
- *Exact command to reproduce*:
+You can collect some of this information using our environment capture script https://github.com/tensorflow/tensorflow/blob/master/tools/
+You can collect the TensorFlow version with
+```sh
+python -c "import tensorflow as tf; print (tf.GIT_VERSION, tf.VERSION)"
+```
+
+
### Describe the problem clearly
### Source Code / Logs