aboutsummaryrefslogtreecommitdiffhomepage
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorGravatar Dan Mané <danmane@google.com>2016-09-09 16:07:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-09 17:19:12 -0700
commit54a7178849a7603de919e6cdc4f404b470f87d14 (patch)
treeb0fe52e6330545f45541504257ab2c9da626be2f /ISSUE_TEMPLATE.md
parentf51e1964b57ecce5f3b38d4156cf61e80e5c4181 (diff)
Merge changes from github.
Change: 132733397
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index f323d23972..af76188c2f 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,4 +1,5 @@
-GitHub issues are for bugs / installation problems / feature requests.
+NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.
+
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.
@@ -7,6 +8,8 @@ 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.
+### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?
+
### Environment info
Operating System:
@@ -15,7 +18,7 @@ Installed version of CUDA and cuDNN:
If installed from binary pip package, provide:
-1. Which pip package you installed.
+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
@@ -23,13 +26,11 @@ If installed from source, provide
1. The commit hash (`git rev-parse HEAD`)
2. The output of `bazel version`
-### Steps to reproduce
-1.
-2.
-3.
+### 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?
-### What have you tried?
-1.
### Logs or other output that would be helpful
-(If logs are large, please upload as attachment).
+(If logs are large, please upload as attachment or provide link).