aboutsummaryrefslogtreecommitdiffhomepage
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Rohan Jain <rohanj@google.com>2017-04-07 08:29:08 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-07 09:49:22 -0700
commitd0697156736ff137a8d8f6bcd934aa935bf89001 (patch)
tree8b3d17771577552cba3327d2ed3272718c49aa92 /ISSUE_TEMPLATE.md
parent35c88a7f7d0189809dfb630396566eec078dc5db (diff)
Merge changes from github.
Change: 152508170
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md45
1 files changed, 12 insertions, 33 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index af76188c2f..50f67963bf 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,36 +1,15 @@
-NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.
+NOTE: Issues that are not bugs or feature requests will be closed. Please ask usage questions on StackOverflow.
-For general support from the community, see [StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow).
-To make bugs and feature requests more easy to find and organize, we close issues that are deemed
-out of scope for GitHub Issues and point people to StackOverflow.
+### You must complete this information or else your issue will be closed
+- *Have I written custom code (as opposed to using a stock example script provided in TensorFlow)?*:
+- *TensorFlow installed from (source or binary)?*:
+- *TensorFlow version*:
+- *Bazel version (if compiling from source)*:
+- *CUDA/cuDNN version*:
+- *GPU Model and Memory*:
+- *Exact command to reproduce*:
-For bugs or installation issues, please provide the following information.
-The more information you provide, the more easily we will be able to offer
-help and advice.
+### Describe the problem clearly
-### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?
-
-### Environment info
-Operating System:
-
-Installed version of CUDA and cuDNN:
-(please attach the output of `ls -l /path/to/cuda/lib/libcud*`):
-
-If installed from binary pip package, provide:
-
-1. A link to the pip package you installed:
-2. The output from `python -c "import tensorflow; print(tensorflow.__version__)"`.
-
-If installed from source, provide
-
-1. The commit hash (`git rev-parse HEAD`)
-2. The output of `bazel version`
-
-### If possible, provide a minimal reproducible example (We usually don't have time to read hundreds of lines of your code)
-
-
-### What other attempted solutions have you tried?
-
-
-### Logs or other output that would be helpful
-(If logs are large, please upload as attachment or provide link).
+### Source Code / Logs
+Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full-traceback. Large logs and files should be attached. Try to reproducible test-case code the bare-minimum necessary to generate the problem