From 28091dce41045570b7d92eb912eddce0079c0234 Mon Sep 17 00:00:00 2001 From: Neal Wu Date: Mon, 24 Apr 2017 13:01:19 -0700 Subject: Full set of changes to ISSUE_TEMPLATE.md (#9390) * Full set of changes to ISSUE_TEMPLATE.md * Put links on separate lines * Remove extra newline --- ISSUE_TEMPLATE.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'ISSUE_TEMPLATE.md') diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e653ed2fa3..6f4c048ce8 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,5 @@ -Please go to Stack Overflow for help and support. +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: @@ -6,11 +7,7 @@ If you open a GitHub issue, here is our policy: 1. It must be a bug or a 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. +**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. ------------------------ @@ -25,17 +22,15 @@ an interesting problem, rather than being redirected to Stack Overflow. - **Exact command to reproduce**: You can collect some of this information using our environment capture script: + https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh -You can collect the TensorFlow version with -```sh -python -c "import tensorflow as tf; print (tf.GIT_VERSION, tf.VERSION)" -``` +You can obtain the TensorFlow version with + +python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)" ### Describe the problem +Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request. ### 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 provide a reproducible test case that is the minimum -necessary to generate the problem. +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 provide a reproducible test case that is the bare minimum necessary to generate the problem. -- cgit v1.2.3