From 48fc36428c12bc31117f240104bd216df504598b Mon Sep 17 00:00:00 2001 From: Vijay Vasudevan Date: Wed, 17 Feb 2016 17:48:34 -0800 Subject: TensorFlow: Small wording changes on ISSUE_TEMPLATE, move to right place. Change: 114919198 --- ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ISSUE_TEMPLATE.md (limited to 'ISSUE_TEMPLATE.md') 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). -- cgit v1.2.3